Native TUI
A responsive, native, themeable terminal UI built for Solana devs.
Native TUI for Solana devs. Anchor + LSP enabled. Multi‑session agents. Shareable, replayable build sessions. Use any model via Models.dev.
A responsive, native, themeable terminal UI built for Solana devs.
Automatically loads the right Solana + Anchor language servers for fast program development.
Run multiple agents in parallel across programs/PDAs/rollups and share replayable sessions for audits and collaboration.
# Quickstart
curl -sSL https://codeflow.fun/install.sh | bash
# Create a session
codeflow session new --gpu --cluster mainnet --name agent-01
# Mount your wallet ()
codeflow wallet use ~/.config/solana/id.json
# Run an agent
codeflow agent run research.gpt --budget 3.5 --priority-fee 0.0005
# Example pipeline
codeflow pipe create science.lab \
--ingest metaplex.nft \
--model llama3.1:70b \
--guard railgun:v2 \
--emit tx --zk
# Observability
codeflow logs -f
codeflow top --gpu
codeflow tx watch --since 15m
npm install -g codeflow-ai
bun install -g codeflow-ai
brew install sst/tap/codeflow
paru -S codeflow-bin
Or: curl -fsSL https://install.codeflow.fun/install.sh | bash
Supports 75+ LLM providers through Models.dev, optimized for Solana dev flows (Rust, Anchor, TypeScript, SDKs).