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

Prefer isolation? uv tool install seedcode-cli works too.

2

Configure a provider

seedcode config

The wizard walks you through providers and stores your key in ~/.seedcode/config.toml.

3

Launch

seedcode

Every command

seedcodeLaunch the interactive assistant
seedcode chatStart a focused chat session
seedcode configProviders, keys, and themes wizard
seedcode doctorDiagnose your setup in one pass
seedcode modelsBrowse every available model
seedcode updateUpdate to the latest release
Full documentation
Verify: run seedcode --version — expected output seedcode v1.0.0. Something off? seedcode doctor checks everything in one pass.
🖥 Live CLI