Prerequisites: A GitHub account and a repository you want to work on. Whim connects to GitHub for authentication and repo access.
1. Sign up with GitHub
Go to whim.run and click Start Building. You’ll be prompted to sign in with your GitHub account. No credit card is required — you start with a free trial. After signing in, you’ll fill in a short profile (name, email, role) so Whim can tailor your experience.2. Install the GitHub App
Whim uses a GitHub App to access your repositories. During onboarding, you’ll be prompted to install the Whim GitHub App on your GitHub account or organization.Choose repositories
Select which repositories Whim can access — you can grant access to all repos or pick specific ones.
3. Create a workspace
A workspace maps to a GitHub repository. Pick the repo you want to work on from the list of available repositories. Whim creates the workspace, syncs your repo’s code into the cloud, and sets up the environment.You can also create a brand-new GitHub repository directly from this screen if you’re starting a fresh project.
4. Choose your AI provider
Whim supports multiple AI providers. Pick the one that fits your workflow:| Provider | Description |
|---|---|
| Claude (Anthropic) | Native Claude Code CLI. Use Whim’s built-in compute or bring your own Claude Pro/Team subscription. |
| Codex (OpenAI) | Native Codex CLI. Requires your own OpenAI API key. |
| OpenRouter | Access 10+ models (GPT, Gemini, Grok, DeepSeek, and more) through a single integration. |
5. Launch your first task
Now for the exciting part — creating a task:Write your prompt
Describe what you want the AI agent to do. Be specific: “Add a dark mode toggle to the settings page” works better than “improve the UI.”
6. Watch it work
Once launched, you’ll see the agent’s terminal output streaming in real time. You can:- Watch the terminal — see every command and file edit as it happens
- Open additional panes — add a shell terminal, file browser, or live preview alongside the agent
- Send follow-up prompts — guide the agent if it needs course correction
7. Review the results
When the agent completes its work, you’ll find:- A git branch with all the changes, ready for review
- A pull request (if the agent created one) linked directly from the task
- Full conversation history showing the agent’s reasoning and every action it took
Core Concepts
Learn about workspaces, tasks, providers, and branch isolation.
Onboarding Walkthrough
Detailed guide through every step of the setup wizard.

