CapIXCapIX

Apps on the Fabric

CapixIDE & Capix Code

The desktop and CLI tools for the Capix compute fabric. Architect, code, and deploy from your editor or terminal.

🤖

Agent Built In

The Capix agent lives in your editor. Describe what you want, it architects and deploys.

🚀

Real Infrastructure

Deploy VMs, GPUs, containers, and models from your editor. No cloud account needed.

🌐

Same Fabric

Your deployments, models, and receipts sync across web, CLI, and IDE.

🧾

Verifiable

Every action has a receipt. See exactly what you're charged and why.

Quick Start

Up and running in 2 minutes

1

Download

Get CapixIDE for your platform

2

Sign In

Connect your Capix account

3

Build

Describe what you want to deploy

4

Deploy

Watch it go live on the fabric

Download

Get the apps

CapixIDE

The desktop workspace

Verifiable build

A full IDE with the Capix agent built in. Architect, code, and deploy without leaving your editor.

macOS · arm64
Download 1.2.11

SHA-256: 985f132f6387b2d48ed6ca6e3afce96770522e340c1fd02388610cc3e430ec7a

macOS · x64
Download 1.2.11

SHA-256: 91ea69bc42d451c993047f9b16df8527cc5ae8edafd6fd5805195e7c4feafc10

Linux · x64
Download 1.2.11

SHA-256: 8a14c95eab4c4aab876f42a6e5e9121613daab1331886f78ba1d96889cba5ccf

Windows · x64
Download 1.2.11

SHA-256: 0609662be90fbffab71989d1db42d85444f945bb094cd1e6566e0ce80c2b5d24

Capix Code

The CLI agent

Verifiable build

Terminal-native agent that architects, codes, and deploys from any shell. Same fabric, same account.

macOS · arm64
Download 1.2.7

SHA-256: 8a037799829921fb1c8633f1aaae48a27fc959bf7513b66da6d4909ac72dadd4

macOS · x64
Download 1.2.7

SHA-256: 885d512795db8e58b481006c471c88838302d251def0fcccb2f4c4dba1607bf9

Linux · x64
Download 1.2.7

SHA-256: d15bc5c0501485b990897962db75975ebbb8e5868beaf4b290985be586351495

Linux · arm64
Download 1.2.7

SHA-256: 99722d6620d447b8933856c193a34a09b20e263cf1ca6bbb18c64ad20b2b04a8

Windows · x64
Download 1.2.7

SHA-256: ebbca17fceb2135c28af743b671c4e785dc2adb8a493a74fefa6dd019c7db2cc

Installation

Install on your platform

macOS

# Download and install
curl -fsSL https://capix.network/install-ide.sh | bash

# Or manually:
# 1. Download the .tar.gz
# 2. Extract and move to /Applications
# 3. Run: xattr -cr /Applications/CapixIDE.app

Unsigned apps are blocked on first launch. Run the xattr command to bypass Gatekeeper.

Linux

# Download and install
curl -fsSL https://capix.network/install-ide.sh | bash

# Or manually:
# 1. Download the .tar.gz
# 2. tar -xzf CapixIDE-*.tar.gz
# 3. Run the capixide binary inside

The installer verifies the SHA-256 checksum, installs to ~/.local/share/capixide, and links a capixide command into ~/.local/bin.

Windows

# Download and install
# 1. Download the .zip
# 2. Extract it
# 3. Run CapixIDE.exe
# 4. Click "More info" → "Run anyway"

# Or unblock from PowerShell first:
Unblock-File .\CapixIDE.exe

Windows builds ship as a portable zip for now — a signed installer is on the roadmap. SmartScreen may warn you; click "More info" then "Run anyway".

Every build is verifiable

These builds are unsigned for now — macOS notarization is on the roadmap. Until then, every artifact ships with a SHA-256 checksum so you can prove exactly what you downloaded. One command, ten seconds:

# macOS / Linux — one line verifies the whole artifact
shasum -a 256 -c CapixIDE-2.3.1-darwin-arm64-unsigned.tar.gz.sha256

# Windows (PowerShell)
Get-FileHash .\CapixIDE-2.3.1-win32-x64-unsigned.zip -Algorithm SHA256

Compare the output against the checksum beside each download and on the GitHub release page. Do not run the binary if the hashes do not match exactly.

← Back to Capix