Deploy Kilo Code on Local Machine
Run Kilo Code on Local Machine with AgentSea — the easiest way to deploy Grid-backed AI agents on infrastructure you control. Copy the command below: it installs the CLI, then walks you through deployment interactively.
AgentKilo Code
EnvironmentLocal Machine
Run this command
Paste this in your terminal (macOS, Linux, or WSL). It installs AgentSea, then starts agentsea kilocode local and guides you through the rest — API keys, provisioning, and connecting to your agent.
shell
curl -fsSL https://agentsea.thegrid.ai/install.sh | bash -s -- kilocode localAlready installed? Run deploy only
shell
agentsea kilocode localInstall CLI without deploying
shell
curl -fsSL https://agentsea.thegrid.ai/install.sh | bashInstall options and flags in the CLI Reference.
Common commands
shell
agentsea # Interactive picker
agentsea ls # List your deployments
agentsea matrix # Agent x cloud matrixAfter install — what to do next
Once AgentSea finishes provisioning Kilo Code on Local Machine, here's how to get the most from your agent.
- Run kilocode in a project folder — AgentSea drops you into the interactive terminal UI.
- The Grid provider is pre-configured — start coding without extra API setup.
- Try kilocode run "describe what you want" for one-off tasks, or use Architect / Coder modes in the TUI. Kilo CLI docs
- Reconnect later with agentsea connect or agentsea list. Grid + Kilo integration
Prefer not to install the CLI?
Run this one-liner instead — no global install required. It downloads and runs the bootstrap script for Kilo Code on Local Machine.
shell
bash <(curl -fsSL https://agentsea.thegrid.ai/local/kilocode.sh)