Skip to content

Installation

alsi-lawr edited this page Jul 21, 2026 · 2 revisions

Installation

Run with Nix

Viset currently supports its public Nix flake on:

  • x86_64 Linux
  • aarch64 Linux
  • Apple Silicon macOS

Check the CLI without installing it globally:

nix run github:getviset/Viset -- --version

Create and run a capture:

nix run github:getviset/Viset -- init demo
nix run github:getviset/Viset -- capture demo/capture.lua

Nix supplies the selected browser route. Set VISET_BROWSER or pass --browser PATH to use a different Chrome or Chromium executable.

Use a checkout

git clone https://github.com/getviset/Viset.git
cd Viset
nix build
./result/bin/viset --version

Release archives and package-manager channels are not published yet. Development setup belongs in the repository's contributing guide.

Next: Capture files.

Clone this wiki locally