Apps - Third-Party Application Installation¶
Overview¶
Install specialized applications and hardware drivers on Bazzite that aren't in Flatpak or require system integration.
Quick Reference¶
Hardware Control¶
| Command | Description |
|---|---|
ujust install-coolercontrol | Fan/pump control software |
ujust install-openrazer | Razer gaming hardware drivers |
ujust install-openrgb | RGB lighting control |
ujust install-opentabletdriver | Drawing tablet drivers |
ujust remove-opentabletdriver | Remove tablet drivers |
Connectivity¶
| Command | Description |
|---|---|
ujust install-displaylink | Laptop dock video output |
ujust install-scrcpy | Android device mirroring |
ujust install-resilio-sync | BitTorrent file sync |
Development¶
| Command | Description |
|---|---|
ujust install-jetbrains-toolbox | JetBrains IDE manager |
Utilities¶
| Command | Description |
|---|---|
ujust setup-cdemu | CD/DVD emulation |
ujust pick | Interactive ujust picker |
Hardware Control¶
CoolerControl¶
Features: - Fan curve customization - Pump speed control - Temperature monitoring - Profile management
Supports: - AIO coolers - Case fans - GPU fans (some)
OpenRazer¶
Supports: - Razer keyboards - Razer mice - Razer headsets - RGB effects
Companion apps: - Polychromatic (GUI) - RazerGenie - OpenRGB
OpenRGB¶
Features: - Universal RGB control - Multiple brand support - Custom effects - Profile sync
Drawing Tablets¶
# Install OpenTabletDriver
ujust install-opentabletdriver
# Remove if needed
ujust remove-opentabletdriver
Supports: - Wacom tablets - Huion tablets - XP-Pen tablets - Generic tablets
Connectivity¶
DisplayLink¶
Use for: - USB-C docks with video - DisplayLink-based docks - External monitors via USB
scrcpy¶
Features: - Mirror Android screen - Control device from PC - Low latency - No root required
Usage:
Resilio Sync¶
Features: - BitTorrent-based sync - P2P file sharing - Encrypted transfers - Cross-platform
Development¶
JetBrains Toolbox¶
Manages: - IntelliJ IDEA - PyCharm - WebStorm - All JetBrains IDEs
After install: - Launch Toolbox - Log in to JetBrains account - Install desired IDEs
Utilities¶
CD/DVD Emulation¶
Features: - Mount ISO files - Virtual CD/DVD drives - Legacy software support
Usage:
Interactive ujust Picker¶
Features: - Search commands - Category browsing - Command descriptions - Direct execution
Common Workflows¶
Gaming Setup¶
# RGB control
ujust install-openrgb
# Razer hardware
ujust install-openrazer
# Fan control
ujust install-coolercontrol
Digital Art Setup¶
# Tablet driver
ujust install-opentabletdriver
# Android tablet as input (via scrcpy)
ujust install-scrcpy
Development Setup¶
Docking Station¶
Troubleshooting¶
CoolerControl Not Detecting Fans¶
Check sensors:
Verify service:
OpenRazer Device Not Found¶
Check connection:
Check daemon:
DisplayLink Not Working¶
Check module:
Reconnect dock and check:
Tablet Not Responding¶
Check device:
Check daemon:
Cross-References¶
- bazzite-ai:install - Development tools (Claude Code, pixi)
- bazzite:gaming - Gaming-specific apps (Decky, EmuDeck)
- bazzite:distrobox - Apps requiring containers
When to Use This Skill
Use when the user asks about: - "CoolerControl", "fan control", "pump speed" - "Razer", "OpenRazer", "Razer keyboard", "Razer mouse" - "RGB lighting", "OpenRGB", "LED control" - "drawing tablet", "Wacom", "Huion", "tablet driver" - "DisplayLink", "dock", "USB-C dock", "external monitors" - "scrcpy", "Android mirror", "phone screen" - "JetBrains", "IntelliJ", "PyCharm", "IDE" - "CD emulation", "mount ISO", "virtual drive" - "ujust picker", "browse commands"