Quick Start
Up and running in seconds
Three commands from zero to your first AI conversation. Zero configuration required to start.
1
Install
pip install seedcode-cliPrefer isolation? uv tool install seedcode-cli works too.
2
Configure a provider
seedcode configThe wizard walks you through providers and stores your key in ~/.seedcode/config.toml.
3
Launch
seedcodeEvery command
seedcode | Launch the interactive assistant |
seedcode chat | Start a focused chat session |
seedcode config | Providers, keys, and themes wizard |
seedcode doctor | Diagnose your setup in one pass |
seedcode models | Browse every available model |
seedcode update | Update to the latest release |
Verify: run
seedcode --version — expected output seedcode v1.0.0. Something off? seedcode doctor checks everything in one pass.