Debian and Ubuntu packages for a few command-line tools, rebuilt nightly from their GitHub releases.
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
sudo apt-get install calepin
sudo apt-get install scrutin
sudo apt-get install pulpit
| Package | What it does | Architectures |
|---|---|---|
| calepin | Typst-native computational notebooks | amd64, arm64 |
| scrutin | Quality dashboard, file watcher, parallel test runner | amd64, arm64 |
| pulpit | PDF presenter built for real projectors | amd64 |
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.