@profoundlogic/coderflow-server
v0.9.1
Published
AI Coder Server - Manages Docker containers for AI agent task execution
Maintainers
Readme
CoderFlow Server
CoderFlow is an enterprise platform that runs autonomous engineering agents inside your infrastructure. Instead of merely suggesting code, agents compile, test, validate, and fix legacy systems end-to-end — delivering verified, ready-to-commit results and 5–10x productivity gains.
CoderFlow:
- Submits coding tasks to AI agents (Claude, Codex, Gemini) running in isolated Docker containers
- Lets agents execute code, compile, test, and validate changes automatically
- Supports both headless execution (submit once, review results later) and interactive sessions (work within containers for guided work)
- Manages multi-repository workspaces with build pipelines and test suites
- Allows developers to review, iterate, and approve changes before committing
Quick Start
Prerequisites
- Linux host
- Node.js 24
- Docker — Install Docker Engine
- Git
Install
npm install -g @profoundlogic/coderflow-serverInitialize
coder-server init mycompany-coder-setup
coder-server config set coder_setup_path mycompany-coder-setup
coder-server license set <your-license-key>
coder-server create-user --username=admin [email protected] --name="Admin User" --admin
coder-server startDocumentation
For complete installation instructions, configuration options, environment setup, and administration guides, see the full documentation:
