Launching soonjoin the waitlist

Installation

CodeAndSystem.ai is available for Windows, macOS, and Linux. Choose the installer that matches your operating system.

Windows

  1. Download the .msi installer from the Download page.
  2. Double-click the installer and follow the prompts.
  3. The application will be available in your Start menu.

macOS

  1. Download the .dmg file from the Download page.
  2. Open the .dmg and drag CodeAndSystem.ai to your Applications folder.
  3. On first launch, you may need to allow the app in System Preferences > Security & Privacy.

Linux

AppImage (Universal)

  1. Download the .AppImage file from the Download page.
  2. Make it executable: chmod +x CodeAndSystem.ai*.AppImage
  3. Run the AppImage directly.

Debian / Ubuntu

  1. Download the .deb file from the Download page.
  2. Install with: sudo dpkg -i CodeAndSystem.ai*.deb

Fedora / RHEL

  1. Download the .rpm file from the Download page.
  2. Install with: sudo rpm -i CodeAndSystem.ai*.rpm

Verifying Your Download

Each release includes SHA-256 checksums. Compare the checksum of your downloaded file to verify its integrity.

# Linux
sha256sum CodeAndSystem.ai*.AppImage

# macOS
shasum -a 256 CodeAndSystem.ai*.dmg

# Windows (PowerShell)
Get-FileHash CodeAndSystem.ai*.msi -Algorithm SHA256