Quick Start
Up and running in seconds
One command to install, one command to launch — and the built-in Default provider needs no API key.
1
Install — Windows
irm https://seedcode-cli.vercel.app/install.ps1 | iexPowerShell 5.1+. Downloads the official release, verifies its SHA256, installs per-user, and adds seedcode to your PATH.
Install — Linux
curl -fsSL https://seedcode-cli.vercel.app/install.sh | bashAny bash shell — also works on macOS.
2
Launch
seedcodeOpen a new terminal after installing so PATH changes apply. You land on the startup header and the chat prompt — the built-in Default provider is ready with no API key.
3
Go further
/helpWorkspace-aware coding with /codemode on, AI + computer control with /assist, your own AI providers with /provider, and keys with /apikey.
Every command
/help | Show available commands |
/provider | Switch provider: Default, OpenRouter, FreeModel Claude, FreeModel Codex, AeroLink, Ollama |
/apikey | View, replace, remove, or validate the active provider's key |
/model | Browse the provider's live model catalogue (Auto on FreeModel) |
/mode | Show or switch the mode: chat / assist / code / agent |
/chat | Switch to plain Chat Mode |
/codemode | Workspace-aware Code Mode (on / off / status) |
/assist | Enable Assist Mode: unified AI + computer control |
/permission | View or set the permission mode (alias /permissions) |
/settings | Open interactive settings (or /settings |
/doctor | Diagnose config, network, and provider health |
/computer | Show Computer Engine status and desktop permissions |
/tools | List the tools available in Assist Mode |
/index | Show a compact tree of the current project |
/files | Search project files |
/history | List saved conversation sessions |
/theme | Pick a colour theme (live preview) |
/shortcuts | Show keyboard shortcuts |
/reset | Forget the current conversation |
/clear | Clear the screen |
/about | About Seed Code |
/version | Show the version |
/exit | Leave the chat — back to the main menu |
Verify: run
seedcode --version — expected output Seed Code CLI 6.2.5. Something off? /doctor checks everything in one pass.