Install idledev in 30 seconds
idledev wraps any terminal AI coding agent and shows a tiny sponsor sidebar next to it. You earn while your agent thinks. We never touch your code, prompts, or files.
Prerequisites
Make sure your machine is ready before installing the CLI.
Windows
Node.js 18+ installed.
Recommended: run inside Windows Terminal (not plain cmd.exe) for sharp inline image rendering.
macOS
Run these once:
brew install node brew install tmux
Need Homebrew? Install it from brew.sh. tmux is required for the Mac sidebar. chafa (sharp images) is auto-installed during npm install if Homebrew is present.
Fresh install
On a brand new machine. Grab your token from your dev dashboard first.
npm install -g idledev-cli idledev signin <your-token> idledev claude
Upgrading
Already had IdleDev installed? Read this before upgrading.
npm install -g idledev-cli@latest idledev install idledev claude
⚡ Force a clean reinstallif upgrade seems stuck
npm uninstall -g idledev-cli npm install -g idledev-cli
Supported AI agents
IdleDev works with any terminal AI agent. Just replace `claude` with the agent you use. The agent must already be installed and working on its own first.
| Agent | Command |
|---|---|
| Claude Code | idledev claude |
| OpenCode | idledev opencode |
| Codex CLI | idledev codex |
| Gemini CLI | idledev gemini |
| Aider | idledev aider |
| Hermes | idledev hermes |
| OpenClaw | idledev openclaw |
| Any other agent | idledev run <agent-command> |
How it works
What to expect once it's running.
The sidebar appears automatically on the right while the agent is working, and hides when idle. Images render as real pixels in Windows Terminal.
IdleDev opens a split view using tmux - agent on the left, sponsor sidebar on the right. Links are Cmd+Click-able.
Ads rotate every 2 seconds. Active campaigns cycle round-robin so no single sponsor stays glued to your screen.
Grab your device token and run idledev signin.
idledev