Kometa Quickstart is more than just a YAML generator - it's a full interactive environment for configuring, validating, and running Kometa. Key features include:
- Local Python: Works on Windows, macOS, and Linux
- Frozen Builds: Precompiled executables for Windows, macOS, and Linux (no Python required)
- Docker Image: Official image on Docker Hub with persistent
/configvolume support - Branch Support: Choose between
master(stable) anddevelop(bleeding-edge) branches for every runtime option
- Plex Test Libraries: Downloadable from the start page so you can experiment without touching production libraries
- No Risk to Production: All Quickstart data, credentials, and configs are stored locally
- SQLite-Backed Storage: All configs and page data are stored in a database, so you can switch between configs at any time
- Automatic Backups: Every config is saved as a versioned
.ymlfile for historical reference - Download & Run Anywhere: Final configs can be downloaded and run outside Quickstart if preferred
- Step-by-Step Pages: Each section validates its own data, giving you instant feedback before proceeding
- Library Telemetry: Pulls real Plex server data (Plex Pass status, library types, agent/scanner compatibility)
- Dynamic Toggles & Templates: Rich UI for enabling collections, overlays, and builder template variables
- Filtered Page Search: Find matches on Libraries and Settings pages and auto-expand matching sections
- Settings Cog: Quick access to runtime controls like debug mode and port changes from anywhere
- One-Click Execution: The final page creates a Kometa virtual environment (if needed), installs dependencies, and runs
kometa.pyagainst the generated config - Run Command Builder: Dynamically builds and previews CLI commands with flags like
--run,--operations-only,--times, etc. - Process Management: Start, stop, and monitor Kometa runs directly from the web interface
- Overlay Preview Generator: Combines overlays and template variables into real-time preview images
- Custom Artwork Uploads: Drag-and-drop or fetch library images from a URL so you can see what the overlays look like on your favorite poster.
- Quickstart Self-Updater: One-click update to latest master or develop branch
- Kometa Sync: Option to pull and update Kometa itself (nightly/master) before running
- Theme Picker: Switch between Kometa, Plex, Jellyfin, Emby, Seerr, and more with instant apply
- Reingest & analytics: Rebuild run history from
config/kometa/config/logs/*meta*.log*plus archived logs inconfig/cache/logscan/archive/. - Stable run tracking: Runs are deduped with a stable
run_keyand cached inconfig/cache/logscan/ingest_cache.json. - Missing people requests: Deduped output is written to
config/cache/logscan/meta_people_missing.log(metadata inmeta_people_missing.json). - UI helpers: Sortable table headers, config filter, analytics breakdowns, and per-run “Report” recommendations.
- Logscan Analyzer: Parses Kometa
meta.logfiles to surface errors, run summaries, and missing items. - Analytics Page: Interactive dashboard for run history, filters, and per-run recommendations.
- Import Config: Launch import from the Welcome page to prefill settings, libraries, and templates.
- YAML or ZIP: Zip files must contain exactly one YAML config;
.ttf/.otffonts in the zip will be imported. - Preview required: Quickstart always runs a preview before import and shows a line‑by‑line report (
imported / not imported) with filters (All/Imported/Not Imported/Comments) and a downloadable report. - Plex credentials prompt: If the import contains libraries, Plex validation is required for mapping. Quickstart will prompt for Plex URL/token if none are present; if the credentials in the file fail validation, you’ll be prompted to correct them and re‑run Preview.
- Library mapping: Imported library names must be mapped to Plex libraries (or ignored) before confirming the import; you can re‑preview after mapping.
- After import: Quickstart redirects to Final Validation. Review each page and validate services (Plex/TMDB/etc.) before generating the final config.
- Quickstart support vs Kometa support: The Support Info workflow is for Quickstart issues. Kometa runtime issues should be handled in Kometa support channels.
- Support Info (every page): Use the Support Info button to gather system info and the Quickstart log tail.
- Redaction notice: We attempt to redact secrets, but always review before posting.
- Log file:
config/logs/quickstart.log
- Local-first: Config data is stored locally in SQLite and versioned
.ymlfiles inconfig/. - Network access: Quickstart only contacts external services when you validate settings or fetch remote assets.
Kometa Quickstart is a guided Web UI that helps you create a Configuration File for use with Kometa.
Special thanks to meisnate12, bullmoose20, chazlarson, and Yozora for their contributions to this tool.
- Welcome to Kometa Quickstart
- ✨ Features
- Multiple Ways to Run Quickstart
- Safe Playground Mode
- Config Management & History
- Guided, Validated Workflow
- Built-in Kometa Runner
- Live Previews & Assets
- Automatic Updates
- Themes & Personalization
- Analytics
- Logscan Analyzer & Analytics Page
- Import Existing Config
- Quickstart Scope
- Support & Troubleshooting
- Data & Privacy (Quickstart)
- Table of Contents
- Prerequisites
- Installing Quickstart
- 1 - Installing on Windows
- 2 - Installing on Mac
- 3 - Installing on Ubuntu (Linux)
- 4 - Running in Docker
- 5 - Installing locally
We recommend completing the Kometa installation walkthrough before running Quickstart. This prepares Kometa to accept the configuration file Quickstart generates. Running Quickstart first may lead to mismatches with the walkthrough and issues that the walkthrough does not address.
Completing the walkthrough will also familiarize you with creating a Python virtual environment, which is recommended when running this as a Python script.
There are five primary ways to install and run Quickstart, listed from simplest to more advanced.
Caution
We strongly recommend running this yourself rather than relying on someone else to host Quickstart.
This ensures that connection attempts are made exclusively to services and machines accessible only to you. Additionally, all credentials are stored locally, safeguarding your sensitive information from being stored on someone else's machine.
-
Go to the Releases page and download the standalone
.exe. -
Choose the build you want (
masterordevelop) and download the appropriate asset. -
Place the file in its own folder and double-click to run it.
-
Manage Quickstart from the system tray icon.
-
Go to the Releases page and download the standalone file.
-
Choose the build you want (
masterordevelop) and download the appropriate asset. -
Place the file in its own folder.
-
Open Terminal, navigate to the folder, and make the file executable:
chmod 755 <name of file>. -
Run it:
./<name of file>. -
You may need to allow unsigned applications in macOS System Settings under Privacy & Security.
- Manage Quickstart from the system tray icon.
-
Go to the Releases page and download the standalone file.
-
Choose the build you want (
masterordevelop) and download the appropriate asset. -
Place the file in its own folder.
-
Open a terminal, navigate to the folder, and make the file executable:
chmod 755 <name of file>. -
Run it:
./<name of file>. -
Manage Quickstart from the system tray icon.
Warning
You will likely need to perform these steps first to have a system tray icon show up:
Ubuntu/Debian:
sudo apt update
sudo apt install -y libxcb-xinerama0 libxcb-xinerama0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0
Fedora 42+:
On GNOME (especially on Wayland), classic system tray icons are not shown by default. Apps using Qt/PyQt “system tray” often appear to be “missing” even though they’re running fine.
The most common fix (GNOME): install AppIndicator support
On Fedora, install the GNOME extension that restores tray/appindicator icons:
sudo dnf install gnome-shell-extension-appindicator
Open Extensions app (or “Extension Manager” if you use it)
Enable AppIndicator and KStatusNotifierItem Support (After a new installation, you might need to reboot before you see both)
After that, the tray icon usually appears.
NOTE: The /config directory in these examples is NOT the Kometa config directory. Create a Quickstart-specific directory and map it to /config.
Here are some minimal examples:
docker run -it -v "/path/to/config:/config:rw" kometateam/quickstart:develop
services:
quickstart:
image: kometateam/quickstart:develop
container_name: quickstart
ports:
- 7171:7171
environment:
- TZ=TIMEZONE #optional
volumes:
- /path/to/config:/config #edit this line for your setup
restart: unless-stopped- Ensure Git and Python are installed.
Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Python: https://www.python.org/downloads/windows/
git cloneQuickstart, switch to your preferred branch (develop,master), create and activate a virtual environment, upgrade pip, and install the requirements.
Run the following commands within your Command Prompt window:
cd c:\this\dir\has
git clone https://github.com/Kometa-Team/Quickstart
cd Quickstart
git checkout develop
git stash
git stash clear
git pull
python -m venv venv
.\venv\Scripts\activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- Run Quickstart. After completing the guided pages, the final page will automatically create the Kometa virtual environment, install the requirements, and allow you to run
kometa.pyusing the validated config generated by Quickstart.
python quickstart.py
- Ensure Git and Python are installed.
Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Python:
Mac: https://www.python.org/downloads/macos/
Ubuntu/Debian: sudo apt-get install python3
Fedora: sudo dnf install python3
git cloneQuickstart, switch to your preferred branch (develop,master), create and activate a virtual environment, upgrade pip, and install the requirements.
cd /this/dir/has
git clone https://github.com/Kometa-Team/Quickstart
cd Quickstart
git checkout develop
git stash
git stash clear
git pull
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- Run Quickstart. After completing the guided pages, the final page will automatically create the Kometa virtual environment, install the requirements, and allow you to run
kometa.pyusing the validated config generated by Quickstart.
source venv/bin/activate
python3 quickstart.py
At this point, Quickstart has been installed and you should see something similar to this:
Quickstart should launch a browser automatically. If you are on a headless machine (Docker or Linux without a GUI), open a browser and navigate to the IP address of the machine running Quickstart; you should be taken to the Quickstart Welcome Page.
- Manage Quickstart from the system tray icon
You can enable debug mode to add verbose logging to the console window.
There are three ways to enable debugging:
-
Add
--debugto your Run Command, for example:python quickstart.py --debug. -
Open the
.envfile at the root of the Quickstart directory, and setQS_DEBUG=1(restart required). -
Use the Quickstart system tray icon to toggle it on or off (no restart required).
-
Use the Settings cog in the UI to toggle it on or off (no restart required).
Quickstart runs on port 7171 by default. You can change it in one of three ways:
-
Add
--port=XXXXto your Run Command, for example:python quickstart.py --port=1234 -
Open the
.envfile at the root of the Quickstart directory, and setQS_PORT=XXXXwhere XXXX is the port you want to run on. (restart required) -
Use the Quickstart system tray icon to choose a new port (restarts automatically).
-
Use the Settings cog in the UI to choose a new port (restarts automatically).













