vab apt repository

Debian and Ubuntu packages for a few command-line tools, rebuilt nightly from their GitHub releases.

Add the repository

curl -fsSL https://vincentarelbundock.github.io/apt/vab-archive-keyring.gpg \
  | sudo tee /usr/share/keyrings/vab-archive-keyring.gpg > /dev/null

echo "deb [signed-by=/usr/share/keyrings/vab-archive-keyring.gpg] \
https://vincentarelbundock.github.io/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/vab.list > /dev/null

sudo apt-get update

Install

sudo apt-get install calepin
sudo apt-get install scrutin
sudo apt-get install pulpit

What is here

PackageWhat it doesArchitectures
calepin Typst-native computational notebooksamd64, arm64
scrutin Quality dashboard, file watcher, parallel test runneramd64, arm64
pulpit PDF presenter built for real projectorsamd64

Notes

The packages here are the same binaries published on each project's GitHub releases page. This repository does not build them; it fetches, indexes and signs them, which is what lets apt upgrade notice a new version instead of you checking a releases page by hand.

Only stable releases are served. Prereleases stay on GitHub.

Fedora, openSUSE and Arch users: there is no yum or pacman repository, but every project publishes .rpm and .pkg.tar.zst assets on its own releases page.