Download Flowcoder

AI-powered coding assistant for your terminal

Quick Install (Recommended)

Download and install the binary:

curl -fsSL https://flowcoder.dev/install.sh | bash
Note: Review the install script before running: install.sh

Manual Download

Download the standalone binary (112MB):

⬇️ Download Flowcoder Binary
1 Download and install:
curl -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/
2 Set up API key:
export ANTHROPIC_API_KEY="sk-ant-..."
# OR
export XAI_API_KEY="xai-..."
# OR
export OPENAI_API_KEY="sk-..."
3 Run Flowcoder:
flowcoder -p "your prompt here"

Zero-Install Option

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.

System Requirements

Need Help?

Main Website
CodeBurst API
• Contact: support@flowcoder.dev