CKAN LinuxGUI is this fork's Linux desktop shell for the Comprehensive Kerbal
Archive Network (CKAN). Its desktop entry point is ckan-linux, which launches
the self-contained CKAN-LinuxGUI Avalonia app. The shell uses the existing
CKAN core services for metadata, dependency resolution, installs, updates,
removals, and registry writes.
In Debian packages built from this fork, /usr/bin/ckan prefers the Avalonia
LinuxGUI for graphical no-argument launches. Command-style usage, such as
ckan install, ckan remove, or any other invocation with arguments, still
runs through the existing Mono ckan.exe command-line path. If no graphical
display is available, a no-argument launch opens the console UI instead. If
ckan-linux is unavailable, the wrapper falls back to the legacy ckan.exe gui
path.
git clone https://github.com/appaKappaK/CKAN-LinuxUI.git
cd CKAN-LinuxUI
./scripts/install-linuxgui.sh
ckan-linuxYou do not need a separate upstream CKAN checkout. This fork already contains
the CKAN core alongside the LinuxGUI shell. The local installer installs under
~/.local by default and does not replace any system ckan command. If
ckan-linux is not on your PATH, launch it directly:
~/.local/bin/ckan-linuxThe optional Rust catalog sidecar is not required for this flow.
- A native Linux desktop app built with Avalonia in
LinuxGUI/. - A local installer that builds LinuxGUI and installs
ckan-linuxunder~/.localby default. - A package layout under
_build/package/ckan-linux/linux-x64/with the launcher, runtime files, icons, and desktop entry. - Debian package integration that routes graphical no-argument
ckanlaunches tockan-linuxwhile keeping argument-driven command and console behavior intact. - Optional fast catalog browsing from an external Rust-generated sidecar index; normal installs work without Rust and fall back to CKAN's registry cache.
- LinuxGUI browser conveniences including clearable search, details-pane
relationship browsing for mods that require the selected mod, non-modal
installation-history cross-reference, and a File menu shortcut to the KSP
Shipscraft folders. - A preview workflow that keeps dependency, recommendation, suggestion, and supported-mod lists compact while still allowing each section to scroll or open the related mods in Browse.
- Warm startup into the mod browser when the active or remembered install is already known, avoiding a brief instance-loading shell flash on launch.
- A first-run and recovery surface for choosing a registered KSP install when no active instance is available.
- Stale saved installs stay visible for explicit cleanup without recreating a deleted game folder just to initialize CKAN state.
- Visual coverage for the LinuxGUI in
LinuxGUI.VisualTests/.
LinuxGUI can use a catalog index generated by the separate
ckan-meta-rs project to speed up
mod browser catalog/search loading. This is optional; normal installs work
without Rust and fall back to CKAN's registry cache.
See LinuxGUI/README.md for setup,
fallback behavior, and benchmark notes.
See LinuxGUI/README.md for LinuxGUI build, packaging,
development launcher, logging, benchmarks, and visual-test
workflow.
Click here to open a new CKAN issue
Click here to go to the CKAN wiki
Click here to view the CKAN metadata specification
The CKAN is a metadata repository and associated tools to allow you to find, install, and manage mods for Kerbal Space Program. It provides strong assurances that mods are installed in the way prescribed by their metadata files, for the correct version of Kerbal Space Program, alongside their dependencies, and without any conflicting mods.
CKAN is great for players and for authors:
- players can find new content and install it with just a few clicks;
- modders don't have to worry about misinstall problems or outdated versions;
The CKAN has been inspired by the solid and proven metadata formats from both the Debian project and the CPAN, each of which manages tens of thousands of packages.
The CKAN is currently under active development. We very much welcome contributions, discussions, and especially pull-requests.
At the core of the CKAN is the metadata specification, which comes with a corresponding JSON Schema that you can also find in the Schema Store
This repository includes a validator that you can use to validate your files.
CKAN can download, install and update mods in just a few clicks. See the User guide to get started with CKAN.
While anyone can contribute metadata for your mod, we believe that you know your mod best. So while contributors will endeavor to be as accurate as possible, we would appreciate any efforts made by mod authors to ensure our metadata's accuracy. If the metadata we have is incorrect please open an issue and let us know.
No technical expertise is required to contribute to CKAN
If you want to contribute, please read our CONTRIBUTING file.
Our sincere thanks to SignPath.io for allowing us to use their free code signing service, and to the SignPath Foundation for giving us a free code signing certificate!
Note: Are you looking for the Open Data portal software called CKAN? If so, their GitHub repository is found here.
