Skip to content

Installation

alsi-lawr edited this page Jul 18, 2026 · 3 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:alsi-lawr/Viset -- --version

Create and run a capture:

nix run github:alsi-lawr/Viset -- init demo
nix run github:alsi-lawr/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/alsi-lawr/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