Skip to main content

Overview

GUI Installation

SEGUL GUI supports Linux, macOS, Windows, Android, iOS, and iPadOS. Please follow the GUI installation guide for more detailed instruction. A quick link for installation from the offcial app stores are provided below:

Get it on Google Play
info

Releases for other platforms are still in review. We will update the links as soon as they are available.

CLI Installation

We provide several installation methods for the command-line interface (CLI) app. Each method has its own advantages and disadvantages, so we recommend choosing the one that best fits your needs.

  1. Using a pre-compiled binary. The quickest and the most straightforward installation route for the CLI version. Learn more about the pre-compiled binary installation.
  2. Using the Rust package manager, cargo. If you already using Rust, this installation route is the best option. Learn more about the cargo installation.
  3. Compiling it from the source code in the Github repository. It gives you the most up to date version, but the resulting binary may not be fully tested. Learn more about the source code installation.
  4. Compiling from the development branch. We keep new features in the development branch until we finish testing them. This installation method will allow you to test new features before they are released. However, the development branch may be unstable. Learn more about the development branch installation.
info

Each version of SEGUL is self-contained. This means that for any operating system that supports both versions, you can install both the GUI and CLI versions without encountering any conflicts. Learn more about the differences between the GUI and CLI versions.