Skip to content
oxGorou edited this page May 5, 2026 · 10 revisions

UXTU4Linux Wiki

macOS support ended with v0.5.x. See macOS Installation & Troubleshooting.


Pages

Page Description
Linux Installation Install guide, first-run wizard, updating, uninstalling
Linux Troubleshooting Error messages and fixes
Configuration Full config.ini reference
macOS Installation & Troubleshooting Legacy macOS guide - v0.5.x only

Requirements

Requirement Notes
Linux with systemd OpenRC / runit are partially supported, see Manual Installation
Python 3.10+ match statements require 3.10+
AMD CPU / APU Intel not supported
Secure Boot off Or see Linux Troubleshooting

Quick Reference

# Install
curl -fsSL https://raw.githubusercontent.com/HorizonUnix/UXTU4Linux/main/install.sh | bash
 
# Launch
uxtu4linux
 
# Daemon
systemctl status uxtu4linux.service
journalctl -u uxtu4linux.service -n 50
 
# Config
/opt/uxtu4linux/src/Assets/config.ini

Clone this wiki locally