Wiki | Nexus | Download | Wabbajack Discord | Jackify Issues | Ko-fi
Jackify is a Linux application for installing and configuring Wabbajack modlists on Linux and Steam Deck. It provides a complete end-to-end workflow — downloading, installing, Steam shortcut creation, Proton prefix setup, and post-install configuration — through both a GUI and a full-featured CLI.
- Complete Modlist Workflow: Install from scratch with Nexus Premium, configure a pre-downloaded modlist, or reconfigure an existing modlist already in Steam
- Game Support: Skyrim, Fallout 4, Fallout New Vegas, Oblivion, Starfield, Enderal, and more
- Automated Steam Integration: Steam shortcut creation with full Proton configuration
- GUI and CLI: Both interfaces provide identical functionality
Jackify is a hobby project in early Alpha development. Use at your own risk.
- No Warranty: This software is provided "as is" without any warranty or guarantee of functionality
- Alpha Software: Features may be incomplete, unstable, or change without notice
- Best Effort Support: Support is provided on a best-effort basis through community channels
- Data Safety: Always back up your important data before using Jackify
- System Compatibility: Functionality on your specific system is not guaranteed
- A successful installation does not guarantee a working modlist: Linux introduces hardware, driver, and system-specific variables that cannot be accounted for. If your modlist installs successfully but does not run correctly, seek help in #unofficial-linux-help on the Wabbajack Discord — do not contact the modlist author unless they explicitly support Linux
- Not all modlists can be fully automated: Some modlists (e.g. Fallout New Vegas lists) require manual steps that Jackify cannot automate (or I have not automated yet). Always check the Install Guide of the Modlist itself to see what could be needed.
- Most Modlists are not officially supported on Linux: Jackify makes a best effort to get modlists running, but compatibility is not guaranteed and will vary between modlists, hardware, and system configuration
- Linux system (most modern distributions will work)
- Steam installed and configured
- Protontricks — required for modlist configuration
- GE-Proton 10-14 — While other Proton versions may work, GE-Proton 10-14 is highly recommended for ENB compatibility
- Nexus Mods Premium subscription (required for automated downloads)
- Non-Premium users can still install modlists via Wabbajack under Proton
- Native non-premium support planned for a future release
- See the User Guide for full details on the options available
- FUSE (required for AppImage execution, pre-installed on most distributions)
- Ubuntu/Debian-based distros only (Ubuntu, Kubuntu, Linux Mint, Pop!_OS, Zorin OS, elementary OS, and others): Qt platform plugin library
sudo apt install libxcb-cursor-dev
- Download the latest release from Nexus Mods
- Extract the AppImage from the 7z archive
- Make it executable and run:
chmod +x Jackify.AppImage
./Jackify.AppImageFor CLI mode: ./Jackify.AppImage --cli
For a full step-by-step guide with screenshots, see the User Guide.
- Skyrim Special Edition
- Fallout 4
- Fallout New Vegas
- Oblivion
- Starfield
- Enderal
- Other games (Cyberpunk 2077, Baldur's Gate 3, and more — download and install support only for now - full automatioin coming in the future)
Jackify follows a clean separation between frontend and backend:
- Backend Services: Pure business logic with no UI dependencies
- Frontend Interfaces: CLI and GUI implementations sharing the same backend
- Native Engine: Powered by jackify-engine (custom fork of wabbajack-cli) for optimal Linux performance and compatibility. Texconv for hash-matched texture conversion requires Proton.
- Steam Integration: Direct Steam shortcuts.vdf manipulation for shortcut creation and management
All Jackify relted files and configuration data is are stored in ~/Jackify/ and ~/.config/jackify/.
At this early stage of development, I'd prefer GitHub Issues for bug reports and suggestions rather than PRs. This will likely change as the project matures. See the CONTRIBUTING document for more details.
- Continue to expand supported games for fully automated configuration
- Non-Premium / manual download support
- GUI refinements
- Dark/Light theme support
The original bash scripts and step-by-step manual installation guides are preserved in the Legacy Guides for those who prefer them or need a fallback.
This project is licensed under the GPLv3 License — see the LICENSE file for details.
- Bugs and feature requests: GitHub Issues
- Documentation: Wiki
- Community: #unofficial-linux-help on the Wabbajack Discord
- Wabbajack team for the modlist ecosystem and wabbajack-cli
- Linux and Steam Deck gaming communities
- Modlist authors for their tireless work
