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
Standard Installation
- 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
Standard Installation
- 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 RPM, DEB, TAR, or Arch packages, follow the standard installation process for your distribution. Note that these formats may not support automatic updates—you'll need to manually download new versions from the releases page.
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