Downloads

Every Cialai file

Installers for computer and phone, with the checksum of every file. Everything comes from this site, with no dependency on GitHub.

Version
0.2.9Preview
Published on
19 de setembro de 2026computer and Android together
License
Apache 2.0free, no account
Verification
SHA256full list below

Computer

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.

Linux

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 and Mac, with one command

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

Phone

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

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

iPhone with iOS 16.4 or newer.

The store delivers the version Apple has already approved, which may be behind the desktop preview.

Check the files

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.

Compare the sum of the file you downloaded

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.

Notes and code