Contact / GitHub / Chat

Binary Cache sponsored by

Continuous Integration sponsored by Hercules CI


Introduction Video

Making AI reproducible and easy to run

The goal of nixified.ai is to simplify and make available a large repository of AI executable code that would otherwise be impractical to run yourself, due to package management and complexity issues.

Professional support

If you need your own AI project packaged in nixified.ai or need support with nixified.ai, professional support is available through the authors and contributors of the project.

Please contact [email protected] or check the AUTHORS file for a list of contributors you can reach out to. We can assist you in your AI endeavors.


Install NixOS-WSL in Windows

If you’re interested in running nixified.ai in the Windows Subsystem for Linux, you’ll need to enable the WSL and then install NixOS-WSL via it. We provide a script that will do everything for you.

  1. Execute the following in Powershell

    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/nixified-ai/flake/master/install.ps1'))

The WSL must be installed via the Windows Store. The script will make an attempt to enable it automatically, but this only works on a fresh system, not one that has been modified manually.

See the following documentation from Microsoft for the details on how to enable and use the WSL manually

Packaged Projects

textgen (Also called text-generation-webui: A WebUI for LLMs and LoRA training)

A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, llama.cpp (GGUF), Llama models.

Get started


InvokeAI (A Stable Diffusion WebUI)

InvokeAI is an implementation of Stable Diffusion, the open source text-to-image and image-to-image generator. It provides a streamlined process with various new features and options to aid the image generation process.

Get started