AERIS OS · Install
Install AERIS OS
The E:MERGENCE desktop app. It connects your E:MERGENCE mobile apps to your PC. Pick your system below, or let your AI agent do it.
- Linux 0.2.50
- Windows 0.2.7
- macOS not available yet
- $19.99/month plan
For AI agents
People can tell their agent:
“Please install AERIS OS by E:mergence from emergencerising.com/aerisOS.”
Agents: follow the plain-text runbook at /aerisOS/install.md. Versions, URLs and checksums for both platforms are in /aerisOS/latest.json. The scripts verify SHA-256 before installing anything. When the install finishes, hand the sign-in to the person.
Linux
curl -fsSL https://www.emergencerising.com/aerisOS/install.sh | sh
Windows (PowerShell)
irm https://www.emergencerising.com/aerisOS/install.ps1 | iex
Linux
Version 0.2.50 · x86_64 · source 35351023e913
One command
Checks your system, downloads the package, verifies it against SHA256SUMS, then installs. On Debian and Ubuntu it installs the .deb with apt; elsewhere it installs the AppImage for your user.
curl -fsSL https://www.emergencerising.com/aerisOS/install.sh | sh
Want to read it first? View install.sh. Preview without installing: end the command with sh -s -- --dry-run in place of sh.
Requirements
- x86_64 (amd64) CPU
- glibc 2.35 or newer (Ubuntu 22.04+, Debian 12+ and derivatives)
- A graphical desktop session
- A desktop keyring for sign-in (GNOME Keyring or KWallet)
Manual install (.deb)
Debian 12+, Ubuntu 22.04+ and derivatives. Use apt so the dependencies install too.
curl -fLO https://www.emergencerising.com/aeris-os-downloads/linux/AERIS-OS-0.2.50-amd64.deb echo "5dcb91ca66b89ba93da620b901505c0528cb3b9ae2b9a3cfea054606f603a1e4 AERIS-OS-0.2.50-amd64.deb" | sha256sum -c - sudo apt-get install -y ./AERIS-OS-0.2.50-amd64.deb
Manual install (AppImage)
Other distributions. Needs FUSE 2 (libfuse2; libfuse2t64 on Ubuntu 24.04).
curl -fLO https://www.emergencerising.com/aeris-os-downloads/linux/AERIS-OS-0.2.50-x86_64.AppImage echo "da2aaa7cf7344cb3a82e92451f21aa195a59d2679d028654406a34cf4ed12d82 AERIS-OS-0.2.50-x86_64.AppImage" | sha256sum -c - chmod +x AERIS-OS-0.2.50-x86_64.AppImage ./AERIS-OS-0.2.50-x86_64.AppImage
Windows
Version 0.2.7 · x64
One command (PowerShell)
Downloads the installer, checks it with Get-FileHash against SHA256SUMS, and runs it silently.
irm https://www.emergencerising.com/aerisOS/install.ps1 | iex
Requirements
- Windows 10 or Windows 11, 64-bit (x64)
Manual install
Download the installer, check its SHA-256, then run it. It should match 3A8A615C579BC17540FA52571597676FB2FBA282E5DA928D820C1871BC8A7100.
Invoke-WebRequest -UseBasicParsing -Uri https://www.emergencerising.com/aeris-os-downloads/windows/AERIS-OS-0.2.7-Setup.exe -OutFile AERIS-OS-0.2.7-Setup.exe (Get-FileHash .\AERIS-OS-0.2.7-Setup.exe -Algorithm SHA256).Hash .\AERIS-OS-0.2.7-Setup.exe
macOS
Not available yet.
Then sign in
First launch needs the person to sign in with a paid E:MERGENCE account. $19.99/month includes AERIS OS; Free covers the mobile apps. An agent can install AERIS OS, but the sign-in is yours.
On Linux, sign-in is saved in your desktop keyring (GNOME Keyring or KWallet). See pricing
Verify and uninstall
| Checksums | Linux SHA256SUMS · Windows SHA256SUMS |
|---|---|
| Manifest | /aerisOS/latest.json (both platforms) |
| Check (Linux) | dpkg-query -W aeris-os |
| Uninstall (Linux) | sudo apt-get remove aeris-os, or delete ~/.local/bin/aeris-os for the AppImage |
| Uninstall (Windows) | Settings › Apps › Installed apps › AERIS OS › Uninstall |