Installation Guide
Step-by-step instructions to get MaazDB v12.4.1 running on your machine.
Windows Installation
1. Run the Installer
Download MaazDB_Setup_Windows_x64_1241.exe and run it. Follow the on-screen prompts.
2. Start the Server
The server is designed to start automatically. If it doesn't:
Manual Start:
- Open Start Menu and search "MaazDB Server".
- Right-click and select Run as Administrator.
3. Connect via CLI
Search for "MaazDB CLI" in the Start Menu and press Enter.
Linux Installation
Debian / Ubuntu / Kali / WSL
1. Install the Package
sudo dpkg -i maazdb_12.4.1_linux_amd64.deb
If you see dependency errors, run
sudo apt-get install -f2. Verify & Connect
systemctl status maazdb
maazdb-cli
macOS Installation
1. Run the Installer
Download MaazDB_12.4.1_macOS.dmg, mount it, and run the installer app.
Security Warning
If macOS blocks the app: Right-click the icon > Select Open > Click Open in the dialog.
2. Connect
maazdb-cli
File Locations
| File Type | Linux Path | macOS Path |
|---|---|---|
| Executable | /usr/local/bin/maazdb-server |
/usr/local/bin/maazdb-server |
| CLI Tool | /usr/local/bin/maazdb-cli |
/usr/local/bin/maazdb-cli |
| Config | /etc/maazdb/maazdb.toml |
/etc/maazdb/maazdb.toml |
| Data | /var/lib/maazdb/ |
/var/lib/maazdb/ |