Install Desktop App
The desktop app gives you native features that the web version can’t — GPU-accelerated TTS, system notifications, global shortcuts, and a dedicated window for your soul.
Windows
Section titled “Windows”Portable (Recommended)
Section titled “Portable (Recommended)”- Download the Portable
.exefrom anysoul.ai - Double-click to run — no installation needed
- Your data is stored in
%APPDATA%/AnySoul
Installer (NSIS)
Section titled “Installer (NSIS)”- Download the Setup
.exefrom anysoul.ai - Run the installer and follow the wizard
- AnySoul will be installed to
Program Fileswith a Start Menu shortcut
Windows SmartScreen Warning
Section titled “Windows SmartScreen Warning”Since AnySoul is not yet code-signed with an EV certificate, Windows may show a SmartScreen warning:
- Click More info
- Click Run anyway
This is expected for new, unsigned applications and does not indicate malware.
Important: Bypass Gatekeeper
Section titled “Important: Bypass Gatekeeper”Apple requires all apps to be code-signed and notarized. We are actively working on enrolling in the Apple Developer Program for proper code signing.
Until then, macOS will block the app with this message:
“AnySoul.app” cannot be opened because the developer cannot be verified.
Fix — run this command in Terminal after installing:
sudo xattr -cr '/Applications/AnySoul.app'Alternatively: Right-click the app → Open → click Open in the dialog.
Installation Steps
Section titled “Installation Steps”- Download the
.dmgfile from anysoul.ai - Open the
.dmgand drag AnySoul to the Applications folder - Open Terminal and run the
xattrcommand above - Launch AnySoul from Launchpad or Applications
”App Is Damaged” Error
Section titled “”App Is Damaged” Error”If you see “AnySoul.app is damaged and can’t be opened”, this is the same Gatekeeper issue. The xattr command above will fix it:
sudo xattr -cr '/Applications/AnySoul.app'AppImage
Section titled “AppImage”- Download the
.AppImagefile from anysoul.ai - Make it executable:
chmod +x AnySoul-*.AppImage- Run it:
./AnySoul-*.AppImageDesktop Integration
Section titled “Desktop Integration”For automatic desktop integration (menu entry, file associations), install AppImageLauncher:
# Ubuntu/Debiansudo apt install appimagelauncherThen simply double-click the .AppImage file — AppImageLauncher will offer to integrate it.
Missing libfuse2
Section titled “Missing libfuse2”If you see a FUSE-related error, install libfuse2:
# Ubuntu 22.04+sudo apt install libfuse2Troubleshooting
Section titled “Troubleshooting”| Symptom | Platform | Solution |
|---|---|---|
| SmartScreen “unknown publisher” | Windows | Click “More info” → “Run anyway" |
| "Developer cannot be verified” | macOS | sudo xattr -cr '/Applications/AnySoul.app' |
| ”App is damaged” | macOS | Same xattr command as above |
| AppImage won’t start | Linux | chmod +x the file, install libfuse2 |
| App opens but shows blank screen | All | Check your internet connection — the app needs to reach api.anysoul.ai |
What’s Next
Section titled “What’s Next”Once installed, the desktop app connects to the same account as the web version:
- Quick Start — set up your first soul
- Core Concepts — understand how AnySoul works
- BYOK Setup — bring your own API key