idlechip-agent
v1.0.0
Published
IdleChip desktop helper — scan local GPUs and sync stats to the marketplace
Maintainers
Readme
IdleChip Agent
Public desktop helper for IdleChip. Scans GPUs on your PC and syncs to idlechip.com (and preview hosts). Requires a pairing code from the website (proves you are signed in).
Setup
- Sign in at https://idlechip.com
- Open My GPUs → Generate pairing code
- On your PC:
npx idlechip-agent pair --url https://idlechip.com --code XXXX-YYYY
npx idlechip-agent scanCredentials save to %USERPROFILE%\.idlechip\agent-credentials.json.
Commands
| Command | Purpose |
|---------|---------|
| pair --url URL --code CODE | One-time link to your signed-in account |
| scan | Detect GPUs and sync (requires pair) |
| register [--gpu KEY] | Register GPU on marketplace |
| watch | Re-scan + heartbeat every 60s |
Security
- CLI only calls idlechip.com, idlechip.vercel.app, and localhost (dev)
- Sync/register/heartbeat require a Bearer token from pairing
- Pairing codes expire in 10 minutes and are single-use
- Token binds to your PC's
hostIdon first sync
Windows .exe
See GitHub Releases.
.\idlechip-agent-win-x64.exe pair --url https://idlechip.com --code XXXX-YYYY
.\idlechip-agent-win-x64.exe scanLicense
MIT
