AI-powered coding assistant for your terminal
Download and install the binary:
curl -fsSL https://flowcoder.dev/install.sh | bash
Download the standalone binary (112MB):
⬇️ Download Flowcoder Binarycurl -L https://flowcoder.dev/bin/flowcoder -o flowcoder
curl -L https://flowcoder.dev/bin/flowcoder-bin -o flowcoder-bin
curl -L https://flowcoder.dev/bin/yoga.wasm -o yoga.wasm
curl -L https://flowcoder.dev/bin/tiktoken_bg.wasm -o tiktoken_bg.wasm
chmod +x flowcoder flowcoder-bin
sudo mv flowcoder flowcoder-bin yoga.wasm tiktoken_bg.wasm /usr/local/bin/
export ANTHROPIC_API_KEY="sk-ant-..."
# OR
export XAI_API_KEY="xai-..."
# OR
export OPENAI_API_KEY="sk-..."
flowcoder -p "your prompt here"
Try Flowcoder without installing (stateless, one-shot queries):
export ANTHROPIC_API_KEY="sk-ant-..."
curl -s https://flowcoder.dev/ghostcoder/run | bash -s -- -p "what is 2+2?"
Perfect for quick queries without permanent installation.
• Main Website
• CodeBurst API
• Contact: support@flowcoder.dev