Self-Hosted Cloud Development Environments for Regulated Software
Documentation · Discord · Issues · Website
Neural Inverse Cloud is a self-hosted platform for provisioning secure, compliant cloud development environments and AI coding agents — built for teams in defense, energy, medical devices, and other regulated industries.
- Compliance-first: Built to support teams working under IEC 61508, ISO 26262, DO-178C, MISRA, and other frameworks
- Infrastructure as Code: Define environments in Terraform (EC2, Kubernetes, Docker, etc.)
- AI Agents on your infra: Run AI coding agents in the control plane — no API keys in workspaces, full audit trail
- Secure by default: Wireguard tunnels, auto-shutdown idle workspaces, air-gap ready
- Any IDE: VS Code, JetBrains, browser-based, or Neural Inverse CE
Developer -> Neural Inverse Cloud -> Workspace (Terraform-provisioned)
| |
|-- AI Agent Loop |-- Your IDE
|-- Audit Logging |-- Your Code
|-- Model Governance |-- Compliance Tools
# Install
curl -L https://cloud.neuralinverse.com/install.sh | sh
# Start the server
neuralinverse server
# Open http://localhost:3000
# Create a template, provision a workspace# Linux / macOS
curl -L https://cloud.neuralinverse.com/install.sh | sh
# Or from source
git clone https://github.com/NeuralInverse/cloud.git
cd cloud
make buildFor Windows, download the latest installer from Releases.
See the full installation guide for production deployments.
# With external access URL (auto-TLS)
neuralinverse server --access-url https://cloud.yourcompany.com
# With PostgreSQL (recommended for production)
neuralinverse server --postgres-url postgresql://user:pass@host/db --access-url https://cloud.yourcompany.comRun neuralinverse --help for all flags and environment variables.
| Feature | Description |
|---|---|
| Workspace Templates | Terraform-defined dev environments (Docker, K8s, VMs) |
| AI Agents | Delegate coding tasks to AI on your infrastructure |
| Model Governance | Bring any model (Anthropic, OpenAI, Google, Bedrock, self-hosted) |
| Auto-Shutdown | Idle workspaces shut down automatically to save costs |
| Audit Logging | Every action logged — user identity on every AI action |
| Air-Gap Support | Deploy in disconnected networks |
| SSO/SAML | Enterprise authentication out of the box |
| Wireguard Tunnels | Secure connectivity to workspaces |
- Workspaces — Dev environments with IDEs, dependencies, and config
- Templates — Terraform definitions for workspace infrastructure
- AI Agents — Run coding agents on your self-hosted infrastructure
- Administration — Operating Neural Inverse Cloud
- IDEs — Connect VS Code, JetBrains, or any editor
- Neural Inverse Registry — Templates, modules, and integrations
- VS Code Extension — Open workspaces in VS Code
- JetBrains Plugin — Open workspaces from JetBrains
- Dev Containers — Build from
devcontainer.json - GitHub Actions — CI/CD integration
- Discord — Chat, feedback, support
- Issues — Bug reports and feature requests
- Contributing — New contributors welcome
Neural Inverse Cloud is licensed under AGPL-3.0.
This is a fork of Coder, rebranded and extended for regulated software development.
Built by Neural Inverse
AI-Native IDE & Cloud for Regulated Software