GUI Installation
SEGUL GUI (SEGUI) supports desktop and mobile platforms. It is available for download on the official app stores of macOS, Windows, and Android. The app is also available for Linux and iOS/iPadOS devices. Read the installation guide for each platform below.
If you would like to build the app from the source code, refer to the advanced guide section for instruction.
Quick Download Links
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:
Requirements
- Android 8 Oreo+ (SDK 26)
Alternative Installation
Download the apk file 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:
Requirements
- macOS 11.0+ (recommended macOS Ventura 13.0+)
iOS and iPadOS
You can download the app by clicking the download button below:
Requirements
- iOS 12.0+ (recommended iOS 16.0+)
- iPadOS 13.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:
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.
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 to install the app directly from 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.
Installing Windows version of SEGUI from GitHub may prompt you to allow the application to run on your device. You can grant permission by clicking on “More info” and then selecting “Run anyway.