Installation
Minimum Requirements
- OS: Linux (Ubuntu 20.04+, Debian 10+), macOS 10.15+, or Windows 10/11
- RAM: 2GB minimum, 4GB recommended
- Disk Space: 2GB free space
- Network: Internet connection
Step 1: Download Ambrosia Build for your Operating System
- Go here: https://github.com/olympus-btc/ambrosia/releases/tag/v0.5.1-alpha
- Scroll down and look for your OS and architecture version, click to download
Step 2: Install Ambrosia on your Operating System
For Linux (Ubuntu/Debian)
- Open the terminal
- Navigate to your Downloads folder
cd Downloads
- Install Ambrosia
sudo dpkg -i <name of the file.deb>
- Go to your apps and open AmbrosiaPoS
For Linux (Fedora)
- Open the terminal
- Navigate to your Downloads folder
cd Downlodas
- Install Ambrosia
sudo dnf install <name of the file.rpm>
info
Fedora needs to install the libxcrypt-compat dependency, it will ask you for confirmation. Type y and hit Enter.
- Go to your apps and open AmbrosiaPoS
For Arch-Linux (tar.gz)
This tar.gz archive is provided for advanced users on Linux distributions that don't support .deb or .rpm packages (e.g., Arch Linux, Gentoo, etc.).
Security Note: This is a Bitcoin Lightning payment application. Do NOT run with
--no-sandbox. The tar.gz format maintains proper sandboxing without the AppImage limitations.
1. Extract the archive
tar -xzf ambrosia-app-*.tar.gz
2. Move to a permanent location (optional)
System-wide install:
sudo mv ambrosia-app-* /opt/AmbrosiaPoS
User-only install:
mv ambrosia-app-* ~/.local/share/AmbrosiaPoS
3. Run the application
cd /opt/AmbrosiaPoS # or your chosen location
./ambrosia-app
For MacOS
- Open the downloaded
.dmgfile - Drag Ambrosia into the
Applicationsfolder - Launch Ambrosia from
Applications
aviso
The first time you open it, MacOS will show a security warning because it’s not from the App Store
- Go to
System Settings→Privacy & Securityand clickOpen Anyway - Launch the app again, click
Open Anywaywhen prompted, and enter your MacOSusernameandpassword - The app should now open normally now
For Windows
- Run the installer
- Follow the installation wizard
- Choose For All Users or Only for me
- Choose Destination Folder and click Install
- Wait until the loading bar is done
- Make sure Run AmbrosiaPos is selected
- Click Finish to run AmbrosiaPoS
aviso
You may need to turn off your VPN if page is not loading