Community Apps

Browse our large and growing catalog of applications to run in your Unraid server. 

Download the Plugin  |  Become a Community Developer


Community-built

All the applications you love—built and maintained by a community member who understands what you need on Unraid. Love a particular app or plugin? Donate directly to the developer to support their work.

Created by a Legend

Andrew (aka Squid) has worked tirelessly to build and enhance the experience of Community Apps for users like you.

Moderated and Vetted

Moderators ensure that apps listed in the store offer a safe, compatible, and consistent experience. 


JoplinApp's Icon

JoplinApp

Productivity

This container allows you to have a working Joplin desktop app, reachable via a http noVNC that can be placed behind a reverse proxy. Can also be used with the Joplin server container to have a full Joplin stack on unRAID! More info about Joplin : https://joplinapp.org/

Jupyter-CTPO's Icon

Jupyter-CTPO

Productivity

Unraid compatible Jupyter Lab (Python kernel) container with GPU-optimized Tensorflow, PyTorch and OpenCV. The default password to access the Jupyter Lab is iti This is the GPU-bound container's version. Please note that the container images is large at over 18GB To use it requires the Nvidia driver installation on your Unraid server for support of Docker. This installation needs to support the version of CUDA installed to use with this container. If you have multiple GPUs in your system with some allocated to VMs, make sure to replace --gpus all with --runtime=nvidia and add the NVIDIA_DRIVER_CAPABILITIES and NVIDIA_VISIBLE_DEVICES environment variables to only give the container access to selected GPUs. A CPU equivalent container is also available and named Jupyter-TPO and is over 5GB The system is ran as the jupyter user (has sudo privileges) and /iti is where you can place your weights and other files to support your development. Please see https://github.com/Infotrend-Inc/CTPO for further details.

Jupyter-TPO's Icon

Jupyter-TPO

Productivity

Unraid compatible Jupyter Lab (Python kernel) container with CPU-only Tensorflow, PyTorch and OpenCV. The default password to access the Jupyter Lab is iti This is the CPU-bound container's version. Please note that the container images is large at over 5GB A GPU equivalent container is also available and named Jupyter-CTPO and is over 18GB The system is ran as the jupyter user (has sudo privileges) and /iti is where you can place your weights and other files to support your development. Please see https://github.com/Infotrend-Inc/CTPO for further details.

jupyterlab's Icon

JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. Links Repository: https://github.com/jupyterlab/jupyterlab Wiki: https://jupyterlab.readthedocs.io/en/stable Docker: https://hub.docker.com/repository/docker/bgameiro/arch-jupyterlab Configuration /opt/app/data Where JupyterLab should store the Notebooks Set Up The logs contain a token needed for first login Includes several python data science libraries and CERN's ROOT for HEP.

kimai's Icon

Kimai is a professional grade time-tracking application, free and open-source. It handles use-cases of freelancers as well as companies with dozens or hundreds of users.

KitchenOwl-All-in-one's Icon

KitchenOwl-All-in-one

Productivity

Kitchenowl Front and Backend combined. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.

KitchenOwl-Web's Icon

KitchenOwl-Web

Productivity

This is the WebUI for the KitchenOwl Container. You will also need the KitchenOwl Container for this to work. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.

kiwix-serve's Icon

kiwix-serve

Productivity

Kiwix enables you to have the whole Wikipedia at hand wherever you go! Remove download link after download complete.

Koillection's Icon

Collection manager to keep track of collections of any kind like games, books, DVDs, stamps, etc... As Koillection is meant to be used for any kind of collections, it doesn't support automatic download of metadata, but offer the possibility to add your own metadata freely.

Krusader's Icon

Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. Language Notice: Enter your prefered locales, you can find a full list of supported languages in: '/usr/share/i18n/SUPPORTED' simply open up a console from the Container and type in 'cat /usr/share/i18n/SUPPORTED' (eg: 'en_US.UTF-8 UTF8' or 'de_DE.UTF-8 UTF-8', 'fr_FR.UTF-8 UTF-8'...) Unassigned Devices mount: If you want to mount a share that is mounted via Unassigned Devices please change the Access Mode to Read/Write - Slave or Read Only - Slave! ATTENTION: Wronge usage of this tool can lead to data loss, be carefull when using Krusader with Unraid. You can delete your whole Array with a single button press if you don't be carefull!!!

leantime's Icon

leantime

Productivity

Leantime is an open source project management system for small teams and startups.

librenms's Icon

librenms

Productivity

a fully featured network monitoring system that provides a wealth of features and device support. Database must be CHARACTER SET utf8 COLLATE utf8_unicode_ci For Poller to work please follow https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&comment=1318785

libretranslate's Icon

libretranslate

Productivity

Free and Open Source Machine Translation API, entirely self-hosted. First start takes a while as models are being downloaded. Warning: This container is very big, expect about 12GB of Docker image usage.

linkace's Icon

<p>LinkAce is a self-hosted archive to collect links of your favorite websites. </p> <p>-<span style="color: rgb(184, 49, 47);">Before you start CLI unraid</span><br><br><em>mkdir /mnt/user/appdata/linkace/</em><br><em>wget -O /mnt/user/appdata/linkace/.env https://raw.githubusercontent.com/Kovah/LinkAce/main/.env.docker.production</em><br><br>-Edit .env with your configuration<br><br>-start the linkace then CLI linkace<br><br><em>php artisan key:generate</em></p>

linkstack's Icon

Self-hosted open-source Linktree alternative LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.

LocalAI's Icon

The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities. Additional image variants are also available: https://localai.io/basics/container/#standard-container-images For Nvidia GPU support, add "--gpus all" to the Extra Parameters field under Advanced. For AMD GPU support, add "/dev/kfd" and "/dev/dri" each as a Device and add the required Variables: https://localai.io/features/gpu-acceleration/#setup-example-dockercontainerd For Intel iGPU support, add "/dev/dri" as a Device and add "--device=/dev/dri" to the Extra Parameters field under Advanced.

LXC's Icon

LXC is a well-known Linux container runtime that consists of tools, templates, and library and language bindings. It's pretty low level, very flexible and covers just about every containment feature supported by the upstream kernel. LXC (Linux Containers) is similar to Docker but with a key difference: while Docker abstracts away much of the system maintenance, LXC gives users greater control and responsibility over managing their environments. This allows for more customization and fine-tuning, making it ideal for users who prefer a hands-on approach.

M.I.M.O.S.A's Icon

MIMOSA - short for "Mellow_Labs Inventory Management and Organization System Apparatus". Just like a refreshing mimosa, this system will make your life brighter and more organized! Check the Videos : Main Video: youtu.be/7C4i-2IqSS4 Step by step Video: https://youtu.be/QOd1apc0Lpo

mainsail's Icon

Mainsail makes Klipper more accessible by adding a lightweight, responsive web user interface, centred around an intuitive and consistent design philosophy. Download config.json BEFORE you start your container https://raw.githubusercontent.com/patrickstigler/unraid_app_templates/main/mainsail/config.json And put it in your config folder, the default is /mnt/user/appdata/mainsail/config.json Happy printing