Native Aegis shell — desktop and mobile. Local loopback RPC and circuit server; the full dApp UI runs inside the app instead of a browser tab.
| Protocol | github.com/drmikecrypto/Aegis |
| Web application source | aegis-web-application |
| Releases | GitHub Releases |
Download the installer for your platform from GitHub Releases:
- Windows —
.msi/.exe - macOS —
.dmg - Linux —
.AppImage/.deb
Verify checksums attached to the release before installing.
Requires a built web application bundle (aegis-web-application dist/).
# 1. Build the web client (sibling checkout or clone)
cd ../aegis-web-application
npm ci && npm run build
# 2. Bundle into desktop and run
cd ../aegis-sovereign-node-app/desktop
npm ci
AEGIS_FRONTEND_DIST=../../aegis-web-application/dist npm run bundle
npm run devShip installers:
npm run buildArtifacts: desktop/src-tauri/target/release/bundle/
├── desktop/ Tauri app (Windows, macOS, Linux, Android, iOS)
├── cli/ Operator tooling
├── shared/ Runtime config
├── mobile/ Mobile build notes
└── docs/ Release checklist
MIT