Skip to content

Download

Choose the package that matches your system, then install directly.

  • Installer formats are recommended for most users (EXE on Windows, DMG on macOS).
  • If you want to review changes first, click the version link above.

Latest Version

Current latest version: v1.1.0

Architecture update (v1.0.0+)

Windows and Linux ARM64 packages are now available. Choose the one matching your device architecture.

Windows

FormatDescription
EXE InstallerRecommended, double-click to install
MSI InstallerWindows Installer format
EXE Installer (ARM64)For Windows on ARM
MSI Installer (ARM64)Windows Installer (ARM64)

macOS

FormatDescription
DMG (Apple Silicon)M1 / M2 / M3 / M4
DMG (Intel)x64 architecture
app.tar.gz (Apple Silicon)Portable archive
app.tar.gz (Intel)Portable archive

Both dmg and app.tar.gz in current releases are not Apple-signed/notarized yet, so macOS may show “app is damaged” or “developer cannot be verified”.

  • dmg: open the DMG first, drag Sea Lantern.app into /Applications, then run:
bash
xattr -dr com.apple.quarantine /Applications/Sea\ Lantern.app
  • app.tar.gz: extract first, then run this in the extracted current directory:
bash
xattr -dr com.apple.quarantine ./Sea\ Lantern.app

If it is still blocked, go to “System Settings -> Privacy & Security” and click “Open Anyway”, or right-click the app and choose “Open”.

Linux

FormatDescription
DEBDebian / Ubuntu
DEB (ARM64)Debian / Ubuntu ARM64
RPMFedora / RHEL (x86_64)
RPM (ARM64)Fedora / RHEL (aarch64)
AppImageUniversal format
AppImage (ARM64)Universal format (ARM64)
pkg.tar.zstArch Linux package (x86_64)

Arch Linux users can install via AUR, for example:

bash
yay -S sealantern

Ubuntu PPA (Community-maintained)

Ubuntu users can install via PPA:

bash
sudo add-apt-repository ppa:brianeee7878/sealantern
sudo apt update
sudo apt install sea-lantern-ppa-updater

Supports Ubuntu 20.04 LTS, 22.04 LTS, and 24.04 LTS.

This PPA is community-maintained and not an official release channel. If you run into issues, use the DEB package above.

System Requirements

  • Windows 10+ / macOS 10.15+ / Linux (glibc 2.31+)
  • Java 8+ (for running Minecraft server)

Released under the GPL-3.0 License