Installation
Platform-specific setup instructions for Octarine
Download Octarine
Head over to the releases page and pick the version that matches your operating system.
macOS
- Download the
.dmgfile for your Mac:- macOS (ARM) for Apple Silicon Macs (M1/M2/M3/M4)
- macOS (Intel) for older Intel-based Macs
- Open the downloaded
.dmgfile - Drag the Octarine icon to your Applications folder
- Eject the disk image
- Launch Octarine from your Applications folder
After the first manual installation, Octarine will periodically check for updates and install them automatically.
Windows
- Download the
.msiinstaller - Run the installer file
- If you see a blue security screen warning, click Run Anyway (the Windows version isn't notarized yet because the process is tricky and expensive, but it's completely safe)
- Follow the on-screen instructions and choose your installation location
- Launch Octarine from the Start menu
After the first manual installation, Octarine will periodically check for updates.
On Windows, you might see the standard "repair/upgrade" installation prompt during future updates.
Linux
Octarine ships in multiple formats for Linux: AppImage, RPM, TAR, Debian, and Arch Linux.
AppImage (Recommended)
The AppImage version supports automatic updates. Here's how to install it:
- Download the AppImage file
- Open a terminal in the directory where you downloaded the file
- Make it executable:
chmod +x Octarine_<version>_amd64.AppImage
- Run the app:
./Octarine_<version>_amd64.AppImage
Other Formats
For DEB, RPM, or Arch (.pkg.tar.zst) packages, follow the standard installation process for your distribution. These formats do not support Octarine's in-app installer, so update them through your package manager or download and install a newer package manually.
Nix (Community Maintained)
A community-maintained Nix package for Octarine is available through the Nix User Repository (NUR). The package is named octarine-bin.
Troubleshooting
Wayland users with RPM: If you're running into issues on Wayland, try forcing the X11 backend and disabling hardware compositing with these environment variables:
GDK_BACKEND=x11 LIBGL_ALWAYS_SOFTWARE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 octarine
Quick Answers
Where can I download Octarine?
Download Octarine from the releases page, then choose the installer for your operating system.
Does Octarine support macOS, Windows, and Linux?
Yes. Octarine provides builds for macOS, Windows, and Linux.