0.12.124 • Published 4d agoCLI
@profoundlogic/coderflow-server
Licence
SEE LICENSE IN LICENSE.txt
Version
0.12.124
Deps
30
Size
43.2 MB
Vulns
0
Weekly
1.6K
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=admin@example.com --name="Admin User" --admin
coder-server startDocumentation
For complete installation instructions, configuration options, environment setup, and administration guides, see the full documentation: