You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RigScope is useful when a PC needs a quick, readable, shareable health and performance picture:
35
+
36
+
- PC enthusiasts validating a new build, upgrade, undervolt, or overclock.
37
+
- Repair shops and service technicians collecting a clean hardware/stability report.
38
+
- PC builders who want one place for inventory, telemetry, benchmarks, and burn-in checks.
39
+
- Buyers and sellers who need a transparent setup report before a used-PC deal.
40
+
- Anyone replacing the usual AIDA64 + CPU-Z + GPU-Z + OCCT + FurMark + MemTest stack with one local-first workflow.
31
41
32
42
## Why RigScope
33
43
@@ -42,6 +52,16 @@ RigScope puts that workflow into one modern app:
42
52
- Community setups: local profile save/export, RigScore ranking, head-to-head comparison, and optional GitHub-backed score sync.
43
53
- Local-first privacy: the app server binds to `127.0.0.1`; telemetry stays on your machine unless you explicitly export or sync a reduced public score card.
44
54
55
+
## Why Not Separate Tools?
56
+
57
+
| Usual workflow | RigScope workflow |
58
+
| --- | --- |
59
+
| AIDA64 for inventory | One PC passport with OS, board, BIOS, CPU, RAM, GPU, disks, network, devices, drivers, and reliability signals |
60
+
| CPU-Z / GPU-Z for quick component checks | CPU, memory, GPU, and sensor views in the same dashboard |
61
+
| OCCT / FurMark / Prime95 / y-cruncher for stress work | Built-in stress controls plus opt-in native runner profiles with duration caps |
62
+
| Separate benchmark notes or screenshots | Lab reports, RigScore, JSON export, and setup comparison |
63
+
| Manual copy/paste when sharing a setup | Reduced public score card designed for community sharing |
64
+
45
65

46
66
47
67
## Install
@@ -173,6 +193,16 @@ npm start
173
193
174
194
The scoreboard backend adds challenge nonces, rate limiting, server-side profile normalization, score bounds, and setup lookup endpoints. See [docs/SCOREBOARD.md](docs/SCOREBOARD.md).
175
195
196
+
## Services Built Around RigScope
197
+
198
+
RigScope is open-source software, but it also fits practical paid workflows:
199
+
200
+
- remote PC diagnostics with a structured hardware and stability report
201
+
- post-build or post-upgrade validation for new systems
202
+
- overclock/undervolt sanity checks with exported benchmark evidence
203
+
- used-PC seller/buyer reports before a listing or purchase
204
+
- repeatable burn-in reports for small PC builders and repair shops
205
+
176
206
## Security Model
177
207
178
208
- Local server binds to `127.0.0.1`.
@@ -274,6 +304,14 @@ MIT. See [LICENSE](LICENSE).
274
304
275
305
RigScope - это локальная утилита для железа, диагностики, бенчмарков, стресс-тестов, отчётов и сравнения сетапов. Идея простая: вместо AIDA64 + CPU-Z + GPU-Z + OCCT + FurMark + Prime95 + MemTest в разных окнах сделать один удобный и современный инструмент.
276
306
307
+
## Для кого
308
+
309
+
- Энтузиасты ПК после апгрейда, андервольта или разгона.
310
+
- Сервисники и мастера, которым нужен аккуратный отчёт по железу и стабильности.
311
+
- Сборщики ПК, проверяющие систему перед отдачей клиенту.
312
+
- Покупатели и продавцы б/у ПК, которым нужен понятный setup report.
313
+
- Люди, которым надоело держать отдельно AIDA64, CPU-Z, GPU-Z, OCCT, FurMark и MemTest.
314
+
277
315
## Что умеет
278
316
279
317
- Общая информация о компьютере: Windows/Linux/macOS, материнка, BIOS/UEFI, CPU, RAM, GPU, диски, сеть, USB, мониторы, звук, драйверы, обновления.
@@ -331,6 +369,14 @@ RigScope не пытается быть просто ещё одной табл
331
369
5. Сохранить или экспортировать профиль.
332
370
6. Сравнить сетап с другими.
333
371
372
+
## Что можно продавать вокруг RigScope
373
+
374
+
- удалённая диагностика ПК
375
+
- отчёт по железу и стабильности
376
+
- проверка системы после сборки или апгрейда
377
+
- benchmark/stability report для продавцов и покупателей ПК
378
+
- регулярная проверка парка рабочих или игровых машин
0 commit comments