Skip to content

NeuralInverse/cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14,671 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Neural Inverse Cloud

Neural Inverse Cloud

Self-Hosted Cloud Development Environments for Regulated Software

Documentation · Discord · Issues · Website

Release License Discord


What is Neural Inverse Cloud?

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

Architecture

Developer -> Neural Inverse Cloud -> Workspace (Terraform-provisioned)
                |                         |
                |-- AI Agent Loop         |-- Your IDE
                |-- Audit Logging         |-- Your Code
                |-- Model Governance      |-- Compliance Tools

Quickstart

# 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

Install

# 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 build

For Windows, download the latest installer from Releases.

See the full installation guide for production deployments.

Production Deployment

# 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.com

Run neuralinverse --help for all flags and environment variables.

Key Features

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

Documentation

  • 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

Integrations

Community

License

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

About

Self-hosted cloud development environments for regulated software. AI agents, compliance-first, air-gap ready.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 75.1%
  • TypeScript 22.6%
  • PLpgSQL 0.8%
  • Shell 0.8%
  • HCL 0.3%
  • Makefile 0.2%
  • Other 0.2%