Skip to content

Capix IDE v2.3.2 (UNSIGNED)

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:02

Capix IDE v2.3.2 — UNSIGNED

The AI IDE for the Capix protocol.

⚠️ This artifact is UNSIGNED. Verify checksums before use.

SHA-256 Verification

Download the checksums-*.sha256 file for your platform and verify:

sha256sum -c checksums-*.sha256

If checksums do not match, do not use the artifact.

Source commit

b76138b6160d67d222315056c3d50f6c37c060ac

Installation (UNSIGNED)

This artifact is unsigned. To install on macOS:

  1. Download the DMG
  2. Verify SHA-256: shasum -a 256 CapixIDE-*.dmg
  3. Open with Gatekeeper bypass: right-click → Open (or xattr -cr /Applications/CapixIDE.app)

Windows Installation (UNSIGNED)

This artifact is unsigned. To install on Windows:

  1. Download the .exe installer
  2. Verify SHA-256: certutil -hashfile CapixIDE-*.exe SHA256
  3. If SmartScreen appears, click "More info" → "Run anyway"

Linux Installation

  1. Download the .AppImage or .deb
  2. Verify SHA-256: sha256sum CapixIDE-*.AppImage
  3. For AppImage: chmod +x CapixIDE-*.AppImage && ./CapixIDE-*.AppImage

If checksums do not match, the artifact may be tampered with — do not install.

Source commit: b76138b