Anda AI is your symbiotic partner, a client-side agent that learns from you. It acts on your behalf across the network of agents and ultimately becomes your digital embodiment in the agentic web.
Download the latest installers from GitHub Releases (choose the file that matches your OS and CPU architecture, file names may vary by version): https://github.com/ldclabs/anda-app/releases/latest
Tip: Check your CPU architecture
- macOS/Linux:
uname -m
- Common values: arm64 or aarch64 (Apple Silicon/ARM), x86_64 or amd64 (Intel/AMD 64-bit)
Choose one of the following based on your Mac:
- Apple Silicon (M1/M2/M3):
- Installer: Anda.AI_VERSION_aarch64.dmg
- Alternative (unpacked app): Anda.AI_aarch64.app.tar.gz
- Intel:
- Installer: Anda.AI_VERSION_x64.dmg
- Alternative (unpacked app): Anda.AI_x64.app.tar.gz
Install via DMG:
- Open the .dmg file
- Drag “Anda AI” into the Applications folder
- Launch from Applications (on first launch, you may need to right-click “Open” to bypass Gatekeeper)
Install via .app.tar.gz:
- Extract the archive
tar -xzf Anda.AI_aarch64.app.tar.gz
- Move “Anda AI.app” into /Applications
mv "Anda AI.app" /Applications
Choose the installer that matches your system:
- 64-bit (most PCs): Anda.AI_VERSION_x64-setup.exe
- ARM64 devices (e.g., Surface with ARM): Anda.AI_VERSION_arm64-setup.exe
- 32-bit (rare/legacy): Anda.AI_VERSION_x86-setup.exe
Install:
- Double-click the .exe installer
- Follow the setup wizard
- Launch “Anda AI” from Start Menu Note: If SmartScreen warns, click “More info” → “Run anyway”.
Pick one of the formats supported by your distribution and architecture.
Debian/Ubuntu (.deb):
- amd64 (x86_64): Anda.AI_VERSION_amd64.deb
- arm64 (aarch64): Anda.AI_VERSION_arm64.deb
Install (with dependencies resolved automatically):
sudo apt install ./Anda.AI_VERSION_amd64.deb
RPM-based distros (.rpm):
- aarch64: Anda.AI-VERSION.aarch64.rpm
- x86_64: Anda.AI-VERSION.x86_64.rpm
Install (rpm):
sudo rpm -i Anda.AI-VERSION.x86_64.rpm
Or with dnf (Fedora):
sudo dnf install ./Anda.AI-VERSION.x86_64.rpm
AppImage (portable; no root required):
- amd64: Anda.AI_VERSION_amd64.AppImage
- aarch64: Anda.AI_VERSION_aarch64.AppImage
Make executable:
chmod +x Anda.AI_VERSION_amd64.AppImage
Run:
./Anda.AI_VERSION_amd64.AppImage
Notes:
- Replace file names with the matching architecture (e.g., use aarch64 variants on ARM devices).
- On first run, your desktop environment may ask to trust the AppImage.
pnpm start
Copyright © 2025 LDC Labs.
ldclabs/anda-app
is licensed under the MIT License. See LICENSE for the full license text.