Skip to content

v1.1.0

Compare
Choose a tag to compare
@suyashmahar suyashmahar released this 19 Dec 18:45
· 7 commits to master since this release
af2549f

πŸŽ‰ New features:

  1. Upgraded to electron v9
  2. Added support for CLI (europa --url https://google.com)
  3. Enabled support for extensions (e.g., pdfjs)

For Debian/Ubuntu

Use the PPA:

curl -s --compressed "https://europa-sources.suyashmahar.com/debian/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/europa.list "https://europa-sources.suyashmahar.com/debian/europa.list"
sudo apt update && sudo apt-get install europa

For Other Operating Systems

Operating System Version/Distro Package available
GNU/Linux Debian/Ubuntu 16+ .deb βœ”
Arch .pacman ⚠
Fedora .rpm ⚠
Snap Package .snap ⚠
Standalone .AppImage
Windows 10 Installer .exe βœ”
Portable .exe βœ”
MacOS - ❌
FreeBSD - .freebsd ⚠

Legend

  • βœ”: Package available and tested
  • ⚠: Package available, but untested
  • ❌: Package not available, but Europa viewer is still expected to work when built manually (npm install and then npm run from the src dir)