-
Notifications
You must be signed in to change notification settings - Fork 0
Linux
github-actions[bot] edited this page Sep 3, 2026
·
3 revisions
This page describes building and installing Vector Watcher on Linux.
The current documented target is Ubuntu and Debian-based distributions.
cd backend
./build.shFrom the project root:
cd frontend
npm run clean
npm run tauri:build:linuxRecommended package.json script:
{
"scripts": {
"tauri:build:linux": "cd .. && tauri build --config src-tauri/tauri.prod.conf.json --bundles deb"
}
}The package is generated under: src-tauri/target/release/bundle/deb/
Example: Vector Watcher_1.1.0_amd64.deb
sudo apt install "./src-tauri/target/release/bundle/deb/Vector Watcher_1.1.0_amd64.deb"
Or:
sudo apt install "/absolute/path/to/Vector Watcher_1.1.0_amd64.deb"After installation:
vector-watcher
You can also launch Vector Watcher from the Ubuntu application launcher.

📷 Screenshot placeholder: Installed Vector Watcher application
📷 Screenshot placeholder: Terminal installation command
© 2026 Recursive Zero. Maintained under the MIT License. GitHub Repository • Report an Issue • Documentation Home