Files
Bardioc26 261a6294cb Desktop app dynamic config of API Port (#40)
* added dynamic configuration of Port in Desktop app
* added dynamic configuration of API_URL to docker deployments.

Now it works with editing only .env file.
2026-02-27 11:55:30 +01:00
..

Desktop App for BaMoRT

To use it as a local Desktop App we packaged it into Wails. Frontend and Backend are still the same code but the database, for now, is limited to SQLite

How to build

preinstall
in Debian 13

 sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev

Install Wails CLI once

go install github.com/wailsapp/wails/v2/cmd/wails@latest

Development (Wails proxies the Vite dev server, run Vite separately first)

cd desktop && wails dev

Production desktop binary

cd desktop && wails build

Output: desktop/build/bin/bamort