macOS
Apple silicon or Intel. App signed and notarized by Apple.
Open the DMG and drag Cialai to the Applications folder.
Downloads
Installers for computer and phone, with the checksum of every file. Everything comes from this site, with no dependency on GitHub.
The desktop app creates and runs the terminals, and carries the built in updater: after the first install, the next versions arrive on their own.
Apple silicon or Intel. App signed and notarized by Apple.
Open the DMG and drag Cialai to the Applications folder.
Windows 10 and 11, on x64.
The installer has no Microsoft code signing yet. On the SmartScreen warning, choose More info and then Run anyway.
Packages for x64. Derivatives such as Linux Mint and Pop!_OS use the package of the distribution they are based on.
The deb and the rpm use the system libraries and receive the app updates.
sudo apt install ./Cialai_amd64.deb
sudo dnf install ./Cialai_x86_64.rpm
chmod +x Cialai_amd64.AppImage
On Linux it picks the .deb, the .rpm or the AppImage for your distribution. On Mac it downloads the .dmg for your chip and copies the app to Applications. It checks the checksum and installs.
curl -fsSL https://cialai.com.br/install.sh | bash
The phone follows and controls the computer terminals over the connection the computer sets up on its own. It does not run terminals by itself.
Android 8 or newer. Universal APK, signed by Ordinum.
The Google Play listing is still in review. Until it is out, the APK comes from this site.
iPhone with iOS 16.4 or newer.
The store delivers the version Apple has already approved, which may be behind the desktop preview.
Every mirrored file has its SHA256 sum in the table below. The list is read from SHA256SUMS.txt, at the same address as the downloads.
Run the command for your system in the download folder and compare the output with the file row in the table.
macOS
shasum -a 256 Cialai_aarch64.dmg
Linux
sha256sum Cialai_amd64.deb
Windows PowerShell
Get-FileHash .\Cialai_x64-setup.exe -Algorithm SHA256
| File | Size | SHA256 |
|---|---|---|
| Open SHA256SUMS.txt with the sum of every file | ||
The files Cialai_aarch64.app.tar.gz and Cialai_x64.app.tar.gz serve the built in macOS updater. The latest.json describes the published version and is the file install.sh reads.