/dev/sol/CodeFlow
cluster: solana · region: edge‑photon · latency: 3.2ms
Press H to list built‑ins · R to rerun

CodeFlow

CodeFlow is the Solana AI dev agent, built for the terminal.

Native TUI for Solana devs. Anchor + LSP enabled. Multi‑session agents. Shareable, replayable build sessions. Use any model via Models.dev.

Native TUI

A responsive, native, themeable terminal UI built for Solana devs.

ANCHOR + LSP ENABLED

Automatically loads the right Solana + Anchor language servers for fast program development.

Multi‑session & Shareable

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

Install

  1. npm install -g codeflow-ai
  2. bun install -g codeflow-ai
  3. brew install sst/tap/codeflow
  4. paru -S codeflow-bin

Or: curl -fsSL https://install.codeflow.fun/install.sh | bash

Use any model

Supports 75+ LLM providers through Models.dev, optimized for Solana dev flows (Rust, Anchor, TypeScript, SDKs).