Skip to main content

GUI Installation

SEGUI is the native desktop and mobile GUI for SEGUL. It supports Android, iOS, iPadOS, macOS, Windows, and Linux; there is no browser version. Use the platform-specific instructions below to install the app.

info

To build SEGUI from source, follow the advanced guide.

System Requirements

PlatformMinimum requirement
AndroidAndroid 8.0 Oreo (API 26)
iOS and iPadOSVersion 15.0
macOSmacOS 12.0 Monterey
WindowsWindows 10, 64-bit
LinuxUbuntu 22.04 or another compatible 64-bit distribution with GLIBC 2.34+
Apple compatibility

The Apple minimum versions above apply to the next SEGUI release containing the native-platform upgrade. Versions currently available in the app stores may have different requirements; check the listing for the version you install.

Installation

Android

SEGUI works on Android phones, tablets, and Chromebooks. We recommend installing the app from Google Play Store. You can download the app by clicking the download button below:

Get it on Google Play

Requirements

  • Android 8.0 Oreo+ (API 26)

Alternative Installation

Download an APK from the GitHub release page. Select the APK based on your device architecture. The available options are:

  • segui-arm64-v8a-release.apk for 64-bit ARM devices. Most modern Android devices use this architecture.
  • segui-armeabi-v7a-release.apk for 32-bit ARM devices. Provided for compatibility with older devices.
  • segui-x86_64-release.apk for 64-bit x86 devices. Used in some Chromebooks.

Then, install the app on your Android device. You may need to allow installation from unknown sources. Depending on your devices, usually you can do this by going to Settings > Apps & notifications > Advanced > Special app access > Install unknown apps. Then, select the browser you use to download the apk file.

Apple Devices

macOS

We recommend installing the app from the Mac App Store. You can download the app by clicking the download button below:

Download on the Mac App Store

Requirements

  • macOS 12.0 Monterey+

iOS and iPadOS

You can download the app by clicking the download button below:

Download on the App Store

Requirements

  • iOS 15.0+ or iPadOS 15.0+

Beta Testing for Apple Devices

Interested in helping us to test the app before the official release? You can join the beta testing program by installing the app from Apple TestFlight.

Linux

If you are using Ubuntu or other distributions that support Snapcraft, you can install the app from the Snap Store. Click the button below to install the app:

Get it from the Snap Store

Requirements

  • Ubuntu 22.04+ or other distributions with GLIBC 2.34+

Alternative Installation

Download the latest release from here. We provide a pre-built binary for Linux in .deb, .rpm, and .tar.gz formats. Choose the format that is compatible with your distribution.

For Debian and Ubuntu-based distributions, download the .deb file. For Fedora, CentOS, and other Red Hat-based distributions, download the .rpm file. For other distributions, download the .tar.gz file.

For Debian and Ubuntu-based distributions, install the app using the following command:

sudo dpkg -i segui-Linux-x86_64.deb

For Fedora, CentOS, and other Red Hat-based distributions, install the app using the following command:

sudo rpm -i segui-Linux-x86_64.rpm

For other distributions, download the .tar.gz file. Extract the segui-Linux-x86_64.tar.gz file to your desired location:

tar -xvzf segui-Linux-x86_64.tar.gz

Then, run the segui executable.

info

The app may work on any Linux distribution with 64-bit architecture and GLIBC 2.34+.

To check your GLIBC version, run the following command in the terminal:

ldd --version

Windows

We recommend installing SEGUI directly from the Microsoft Store. You can download the app by clicking the download button below:

Requirements

  • Windows 10+ (64-bit)

Alternative Installation

Download the latest release from GitHub. Extract the segui-Windows-x86_64.zip file to your desired location. Then, run the segui.exe file. For easier access, we recommend creating a desktop or start menu shortcut to the executable file.

warning

Installing the Windows version of SEGUI from GitHub may prompt you to allow the application to run on your device. Verify that you downloaded it from the official release page before clicking “More info” and selecting “Run anyway.”