Installation
CodeAndSystem.ai is available for Windows, macOS, and Linux. Choose the installer that matches your operating system.
Windows
- Download the
.msiinstaller from the Download page. - Double-click the installer and follow the prompts.
- The application will be available in your Start menu.
macOS
- Download the
.dmgfile from the Download page. - Open the
.dmgand drag CodeAndSystem.ai to your Applications folder. - On first launch, you may need to allow the app in System Preferences > Security & Privacy.
Linux
AppImage (Universal)
- Download the
.AppImagefile from the Download page. - Make it executable:
chmod +x CodeAndSystem.ai*.AppImage - Run the AppImage directly.
Debian / Ubuntu
- Download the
.debfile from the Download page. - Install with:
sudo dpkg -i CodeAndSystem.ai*.deb
Fedora / RHEL
- Download the
.rpmfile from the Download page. - 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