Installation & Updates
Supported release target
Section titled “Supported release target”Windows x64 is Vast’s actively tested packaged release target. The project contains build targets for macOS and Linux, but those platforms are not release-supported at the same level in the current beta.
Windows packages
Section titled “Windows packages”Vast can be packaged as:
- a normal Windows installer;
- a portable Windows build.
The installer allows the application installation directory to be changed. Application files and user profile data are separate: changing where Vast is installed does not automatically move your browser profile.
User data location
Section titled “User data location”On a standard installed Windows profile, Vast normally uses Electron’s application-data location, typically:
%APPDATA%\VastIf you choose a custom data directory from Settings, Vast uses the selected profile root after validation and restart.
Updating Vast
Section titled “Updating Vast”Vast’s update path treats application runtime files and browser-profile data separately. Before an update restart, persistent browser sessions are asked to flush relevant local browser state.
Normal update handling is not intended to delete your profile. Important local data is protected by backup/recovery behavior around update operations.
Release authenticity
Section titled “Release authenticity”Use official Vast release artifacts. Do not assume that a locally built executable, fork, repackaged installer, or third-party mirror has the same release verification, dependency set, or security posture as an official build.
The private mechanics of release signing and update verification are intentionally not documented here.
Portable builds
Section titled “Portable builds”Portable application packaging does not automatically mean every piece of browser state is portable between Windows accounts or machines. Credentials and website sessions may rely on OS-backed encryption; see Data, Backup & Migration.