Windows
10 / 11 · 64-bit
Vastra is built to work locally, securely, and calmly on your primary workstation. Select your preferred operating system build below to get started.
10 / 11 · 64-bit
AppImage · Installer
Silicon & Intel
Mobile App
Detailed guides for configuring Vastra securely on all systems.
Setup is quick and comes with a native uninstaller.
Click the download setup button to fetch the universal installer file Vastra-Setup-0.1.0.exe (~88MB).
As the setup is unsigned during this early-access test, Windows SmartScreen may show a warning pop-up. Simply click "More Info" and select "Run anyway" to launch the setup client.
The installer automatically mounts dependencies, places launch icons directly on your Desktop and Start Menu, opens the app shell, and guides you to register Vastra as your default system browser.
Run the shell installer command line tool directly from your local terminal emulator.
curl -fsSL https://YOUR-HOST/downloads/install-vastra-linux.sh | bash
Ensure you have Node 18+ and npm configured on your Linux machine (the shell installer will build the browser package natively for your device architecture).
Executing the command fetches the setup script, pulls repository dependencies, builds an optimized standalone executable package, and compiles a native AppImage.
The build tool copies a vastra.desktop manifest file into your local ~/.local/share/applications/ directory so you can launch Vastra from your normal OS Applications menu instantly.
We are currently polishing the custom Electron macOS runtime bundle.
On release, we will provide a universal bundle that runs natively on both Apple Silicon (M1/M2/M3) and legacy Intel processors.
Vastra will support Apple's security runtime protocols and will be safely code-signed to ensure flawless Gatekeeper verification on start.
Because Vastra v0.1.0 is currently in early-access test mode, the installer file has not been code-signed with a commercial Microsoft Developer Certificate yet. Windows Defender SmartScreen alerts users for any unsigned setups. Simply click "More Info" and select "Run anyway" to install safely. Rest assured, Vastra is completely malware-free and local-first.
To avoid massive binary file deliveries across different Linux distributions, Vastra's Linux installer retrieves the core source files and builds the native AppImage directly on your machine. This requires standard Node.js (version 18+) and npm to execute the local package build pipeline.
Vastra operates on a zero-server framework, storing everything locally on your drive. Log logs are saved to %APPDATA%/vastra-browser/vastra-main.log on Windows, and settings/history are saved in your local app data directory under highly secure local encryption folders.
Windows: Windows 10 or 11 (64-bit), 4GB RAM minimum, ~200MB disk space.
Linux: Ubuntu 20.04+, Debian 10+, Node 18+, npm 9+, gcc compiler tools.