Deployrr v6.0.26 - April 5, 2026
Deployrr v6 is a complete rewrite of the platform. Starting with v6, source code is distributed via npm (sudo npx @simplehomelab/deployrr) rather than this public repository. This repo now serves as documentation, changelog, and app listings only.
Installation
Install Node.js and npm:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejsInstall Deployrr v6:
sudo npx @simplehomelab/deployrr@latestOr use the standalone bash installer:
bash -c "$(curl -fsSL https://files.deployrr.app/install.sh)"Highlights
- Manifest-based app framework -- apps defined by JSON manifests for extensibility
-
- Intelligent GPU support -- NVIDIA, AMD, and Intel detection with automatic configuration
-
- AI and Automation -- Ollama, Langfuse, Supabase (13-container), OpenClaw with local LLM support
-
- Security -- non-root enforcement, trusted-proxy auth, CrowdSec plugin support
-
- Networking -- Traefik HTTP/3, multi-domain, flexible exposure modes
-
- 150+ apps -- pre-configured and ready for one-click deployment
-
- Multi-OS -- Debian/Ubuntu, Arch, RHEL/CentOS/Rocky, Fedora
-
- Seamless v5 -> v6 migration -- in-place upgrade path
See CHANGELOG.md for the full list of changes.
- Seamless v5 -> v6 migration -- in-place upgrade path