| title | Installation Guide |
|---|---|
| description | High-performance setup for the OpenSIN-AI ecosystem. |
Setting up OpenSIN-AI requires a commitment to the Billion-Dollar Standard. We do not use "easy" installers. We build for performance and security.
OpenSIN-AI is optimized for Bun. We have permanently banned npm and bunx for production environments.
# Install Bun (The only authorized runtime)
curl -fsSL https://bun.sh/install | bashEvery machine in the OpenSIN fleet must be coupled with the Global Brain (PCPM).
# Sync Global Brain
git clone https://github.com/Delqhi/global-brain.git ~/dev/global-brain
cd ~/dev/global-brain && bun installFor local development of A2A agents, you need a local NATS JetStream instance.
# Launch Neural-Bus (Dockerized)
docker run -d --name neural-bus -p 4222:4222 nats:latest -jsThe primary interface for developers.
# Global install
bun add -g @opensin/opencode-cliAfter installation, run the Enterprise Health Check:
opencode run --action '{"action":"system.health"}'If the response latency is >200ms, your environment is non-compliant. Optimize your network routing or consult the Performance Guide.