Capix IDE v2.3.1 (UNSIGNED)
Capix IDE v2.3.1 — UNSIGNED
The AI IDE for the Capix protocol.
SHA-256 Verification
Download the checksums-*.sha256 file for your platform and verify:
sha256sum -c checksums-*.sha256If checksums do not match, do not use the artifact.
Source commit
1e47f45163c767c2919fd8951078864660a42208
Installation (UNSIGNED)
This artifact is unsigned. To install on macOS:
- Download the DMG
- Verify SHA-256:
shasum -a 256 CapixIDE-*.dmg - Open with Gatekeeper bypass: right-click → Open (or
xattr -cr /Applications/CapixIDE.app)
Windows Installation (UNSIGNED)
This artifact is unsigned. To install on Windows:
- Download the
.exeinstaller - Verify SHA-256:
certutil -hashfile CapixIDE-*.exe SHA256 - If SmartScreen appears, click "More info" → "Run anyway"
Linux Installation
- Download the
.AppImageor.deb - Verify SHA-256:
sha256sum CapixIDE-*.AppImage - For AppImage:
chmod +x CapixIDE-*.AppImage && ./CapixIDE-*.AppImage
If checksums do not match, the artifact may be tampered with — do not install.
Source commit: 1e47f45