https://github.com/kernelchief/polaris
Workstation Starter Kit is an opinionated QT6 utility designed to bridge the gap between a fresh install and a production-ready machine. It automates the deployment of essential drivers, creative tools, and gaming utilities through a secure, Polkit-integrated backend—ensuring your system stays hardened while your workflow stays fast.
https://github.com/kernelchief/polaris
beginner-friendly desktop-application dnf fedora fedora-kde installer linux polkit python qt qt6 rpm software-installer utility utility-app workstation
Last synced: about 1 month ago
JSON representation
Workstation Starter Kit is an opinionated QT6 utility designed to bridge the gap between a fresh install and a production-ready machine. It automates the deployment of essential drivers, creative tools, and gaming utilities through a secure, Polkit-integrated backend—ensuring your system stays hardened while your workflow stays fast.
- Host: GitHub
- URL: https://github.com/kernelchief/polaris
- Owner: KernelChief
- License: gpl-3.0
- Created: 2026-01-28T12:49:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-03T18:37:09.000Z (about 1 month ago)
- Last Synced: 2026-05-03T20:25:50.778Z (about 1 month ago)
- Topics: beginner-friendly, desktop-application, dnf, fedora, fedora-kde, installer, linux, polkit, python, qt, qt6, rpm, software-installer, utility, utility-app, workstation
- Language: Python
- Homepage:
- Size: 378 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🚀 Polaris
## By friends, for friends. Now for everyone.
[](https://github.com/KernelChief/polaris/commits)
[](https://github.com/KernelChief/polaris)
[](LICENSE)
[](https://www.python.org/)
[](https://www.gnu.org/software/bash/)
[](https://fedoraproject.org/)
[](https://www.buymeacoffee.com/ttheroux)
[](https://github.com/KernelChief/polaris/stargazers)
Setting up a Linux workstation shouldn’t be a chore.
**Polaris** is a **PySide6 (Qt6)** desktop application that simplifies setting up a fresh Fedora KDE installation. It wraps essential post-install tasks, such as enabling repositories, installing drivers, and deploying apps, into a clean, point-and-click interface.
**Why Polaris?** Polaris is the north star: always there, always reliable. It’s the first thing you find when you’re navigating a new install.
## 🚀 Quick Start (Recommended)
The easiest way to install and keep Polaris updated is via our official COPR repository.
### 1. Enable the Repository
Open your terminal and run:
```bash
sudo dnf copr enable tristantheroux/Polaris
```
### 2. Install Polaris
```bash
sudo dnf install polaris
```
### 3. Launch the App
Find **Polaris** in your Application Menu or run `polaris` from the terminal.
---
### Alternative: Manual RPM Installation
If you prefer not to use COPR, you can download the latest `.rpm` from the [releases page](https://github.com/KernelChief/polaris/releases).
```bash
sudo dnf install ./polaris-*.noarch.rpm
```
## 🧩 Supported Platform
Polaris is built specifically for **Fedora 43 KDE Workstation (Plasma 6)**. It leverages `dnf5`, Btrfs-specific tools, and KDE-native configurations to provide a seamless experience.
## 🧰 Included Features
The app auto-detects what is already on your system and organizes tools into dedicated tabs.
### Get Started (Recommended Bundle)
* **RPM Fusion**: Free + Non-Free repos for codecs and proprietary drivers.
* **Flathub Remote**: Setup for both System and User scopes.
* **Essentials**: Git, curl, zsh, build tools, and system utilities.
* **Monitoring**: htop, btop, nvtop, sensors.
* **ZRAM Expansion**: Configures `zram-generator` with `zstd` compression.
### Drivers
* **NVIDIA Drivers**: Official open kernel modules via NVIDIA CUDA repo.
* **AMD GPU Tools**: Monitoring (`radeontop`) and VA-API hardware acceleration.
### Security
* **Password Managers**: 1Password (official repo), Proton Pass (RPM).
* **VPN**: Tailscale mesh networking.
### Gaming
* **Launchers**: Steam, Lutris, Heroic (AppImage), CurseForge (AppImage), Prism Launcher (Flatpak).
* **Tools**: Wine, GameMode, Gamescope, MangoHud, GOverlay, ProtonUp-Qt.
* **Input**: Input Remapper for gamepads/mice.
### Containers
* **Engine**: Podman & Distrobox.
* **GUI**: BoxBuddy (Flatpak), Podman Desktop (Flatpak).
### System Tools
* **Hardware**: LACT (AMD Control), CoolerControl, OpenRGB, Piper (Mice).
* **Filesystem**: Btrfs Assistant & Snapper for snapshot management.
* **Utilities**: KDE Connect, Flatseal, Warehouse.
### Media & Apps
* **Productivity**: VS Code, JetBrains Toolbox, LibreOffice.
* **Communication**: Discord (RPM), Vesktop, Slack, Signal, Telegram, Element, Mattermost.
* **Media**: OBS Studio, VLC, EasyEffects, Pulsemeeter, Flameshot.
* **Graphics**: GIMP, Kdenlive.
## 🔐 Privilege & Security Model
* **Unprivileged UI**: The Polaris GUI runs as your normal user.
* **Authorized Helper**: Privileged actions (like `dnf` installs or editing `/etc`) are routed through a background helper (`/usr/libexec/polaris-helper`) via **Polkit**.
* **User Scope**: Flatpak "User" installs are run correctly as the real user via `PKEXEC_UID`, keeping your home directory permissions clean.
## ❓ FAQ
**Why does it ask for my password?**
Changing system configurations and installing software via DNF require root privileges. Polaris uses Polkit to ask for permission only when an action is triggered.
**Is it safe to use?**
Polaris is transparent. Every action it performs is a shell command you can inspect in the **Logs** tab within the app.
**Why are some apps Flatpaks and others RPMs?**
We choose the format that offers the best experience on Fedora. For example, Discord is an RPM from RPM Fusion for better system integration, while productivity apps like LibreOffice are offered as Flatpaks for isolation and easy updates.
## 🤝 Community
* [Code of Conduct](CODE_OF_CONDUCT.md)
* [Contributing Guide](CONTRIBUTING.md)
## 📜 License
This project is licensed under the **GNU GPL v3.0**. See [LICENSE](LICENSE).