Skip to content
oxGorou edited this page May 27, 2026 · 13 revisions

UXTU4Linux Wiki

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


Pages

Page Description
Linux Installation Install, first-run wizard, updating, uninstalling
Linux Troubleshooting Common errors and fixes
Configuration config.ini reference
Custom Presets custom_presets.json reference and editor guide
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 or later
AMD CPU / APU Intel is not supported
Secure Boot off Or sign the kernel module, see Linux Troubleshooting

Quick Reference

# Install
curl -fsSL https://raw.githubusercontent.com/HorizonUnix/UXTU4Linux/main/install.sh | bash

# Launch
uxtu4linux

# Daemon status
systemctl status uxtu4linux.service
journalctl -u uxtu4linux.service -n 50

# Config files
/opt/uxtu4linux/src/Assets/config.ini
/opt/uxtu4linux/src/Assets/custom_presets.json

Clone this wiki locally