Until AUR re-enables package submissions, you can build it manually.
The PKGBUILD is available in the aur/ directory of our GitHub repository:
curl -O https://raw.githubusercontent.com/TabularisDB/tabularis/main/aur/PKGBUILD sed -i 's/^pkgver=.*/pkgver=0.18.0/' PKGBUILD updpkgsums # updates the SHA-256 checksum (requires pacman-contrib) less PKGBUILD # review it—that's the whole point makepkg -si
The package itself is very straightforward: it downloads the official .deb package from the corresponding GitHub release and repackages it for Arch Linux—nothing unusual or unexpected.
Pinned Comments
PatoJAD commented on 2026-08-06 15:15 (UTC)
It was updated 3 days ago
https://github.com/TabularisDB/tabularis/releases/tag/v0.18.0