The local-first focus workspace — AppImage, deb and rpm.
v1.7.0 · CurrentThe AppImage is one self-contained file — nothing installed system-wide, delete it to uninstall. The deb and rpm register a launcher entry like any other app. Either way your data lives in ~/.config/LockinRa.
deb or rpm — install and launch it from your applications menu:
sudo apt install ./LockinRa-1.7.0-linux-amd64.deb
# or
sudo dnf install ./LockinRa-1.7.0-linux-x86_64.rpm
AppImage — make it executable and launch it:
chmod +x LockinRa-1.7.0-linux-x86_64.AppImage
./LockinRa-1.7.0-linux-x86_64.AppImage
Or right-click the file → Properties → Permissions → Allow executing as program, then double-click it.
Hit a FUSE error? Some distros don't ship FUSE 2 by default. Either install it —
sudo apt install libfuse2 (Debian/Ubuntu) or sudo dnf install fuse (Fedora) —
or run it without FUSE:
./LockinRa-1.7.0-linux-x86_64.AppImage --appimage-extract-and-run
Almost everything works. One feature is limited by your display server, and one needs a package you may not have.
playerctl installed (sudo apt install playerctl). Without it the panel simply says nothing is playing.Linux was three versions behind, and the gap was never really about packaging — it was that the parts of the app which talk to the operating system had one implementation, and it was the Windows one. That is what this release fixes, alongside the whole Notes rebuild.
.desktop entries — system, user, Flatpak and Snap — instead of returning nothing.playerctl. If playerctl is not installed the panel says nothing is playing, which is the truth rather than an error.Prefer Windows? Download for Windows or get it on the Microsoft Store. On a Mac? macOS ships in this release too. Every file for every platform, with SHA-256 checksums, is on the downloads page. Found a bug on Linux? Email us — Linux feedback genuinely helps.
← Back to lockinra.xyz