🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@profoundlogic/coderflow-server

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@profoundlogic/coderflow-server

AI Coder Server - Manages Docker containers for AI agent task execution

npmnpm
Version
0.12.58
Version published
Weekly downloads
4.1K
21.54%
Maintainers
1
Weekly downloads
 
Created
Source

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
  • DockerInstall Docker Engine
  • Git

Install

npm install -g @profoundlogic/coderflow-server

Initialize

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 start

Documentation

For complete installation instructions, configuration options, environment setup, and administration guides, see the full documentation:

CoderFlow Documentation — Installation Guide

Keywords

ai

FAQs

Package last updated on 15 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts