Install
On macOS, through Homebrew:
brew tap chmouel/liseur https://github.com/chmouel/liseur-desktop
brew install --cask chmouel/liseur/liseur
The build is not signed, so macOS refuses the copy Homebrew
quarantines. Clear the flag once, as the cask reminds you, or pass
--no-quarantine to the install line and never see it:
xattr -dr com.apple.quarantine /Applications/Liseur.app
Taking the .dmg matching your Mac (arm64 for Apple silicon, x64
for Intel) by hand works just as well.
On Arch Linux, install liseur-desktop-bin from the AUR.
On other Linux, download the .AppImage, make it executable and run it:
chmod +x liseur-desktop-*.AppImage && ./liseur-desktop-*.AppImage
On Debian and Ubuntu you can install the .deb instead, and the same
Homebrew cask installs the AppImage where brew is what you already use.
Checksums for every file are in SHA256SUMS.
Every file is also signed by the workflow that built it. To check that a
download really came from this repository, and not from someone in the
middle:
gh attestation verify <file> --repo chmouel/liseur-desktop
Changes
- fix: compare chapter+page instead of full footer in reader E2E
- fix: Wait for custom fonts to load before initial page emission
- feat: bundle and apply Literata font for reader typography
- fix: refine continue reading banner
- feat: Give the app a frosted-glass look
- fix: Reduce height and padding of continue reading card
- chore: Update pre-commit hook to auto-format code
- style: Format gradient background CSS for improved readability
- feat: Redesign continue reading hero card with blurred cover
- chore: Update pre-commit configuration hooks
- chore: point the Homebrew cask at 0.3.0