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 | iex

PowerShell 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 | bash

Any bash shell — also works on macOS.

2

Launch

seedcode

Open 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

/help

Workspace-aware coding with /codemode on, AI + computer control with /assist, your own AI providers with /provider, and keys with /apikey.

Every command

/helpShow available commands
/providerSwitch provider: Default, OpenRouter, FreeModel Claude, FreeModel Codex, AeroLink, Ollama
/apikeyView, replace, remove, or validate the active provider's key
/modelBrowse the provider's live model catalogue (Auto on FreeModel)
/modeShow or switch the mode: chat / assist / code / agent
/chatSwitch to plain Chat Mode
/codemodeWorkspace-aware Code Mode (on / off / status)
/assistEnable Assist Mode: unified AI + computer control
/permissionView or set the permission mode (alias /permissions)
/settingsOpen interactive settings (or /settings )
/doctorDiagnose config, network, and provider health
/computerShow Computer Engine status and desktop permissions
/toolsList the tools available in Assist Mode
/indexShow a compact tree of the current project
/filesSearch project files
/historyList saved conversation sessions
/themePick a colour theme (live preview)
/shortcutsShow keyboard shortcuts
/resetForget the current conversation
/clearClear the screen
/aboutAbout Seed Code
/versionShow the version
/exitLeave the chat — back to the main menu
Full documentation
Verify: run seedcode --version — expected output Seed Code CLI 6.2.5. Something off? /doctor checks everything in one pass.