SUNNI 2.0 DISTRIBUTION

Choose your path.

Run Sunni immediately with the packaged binary, or take the source, inspect the machinery and build the application yourself.

Sunni 2.0
TWO RELEASES · SAME SUNNI

Convenience or complete control.

Both downloads contain Sunni AI Assistant 2.0. The binary package carries the complete packaged Qt/PySide6 application runtime, while the source package contains the lean project files needed to run or build Sunni yourself.

BINARY PACKAGE 366.2 MB 366,198,600 bytes
VS
SOURCE PACKAGE 20.6 KB 20,579 bytes
Why the enormous difference?

The binary release bundles the application together with the PySide6 and QtWebEngine runtime needed to operate Sunni's embedded browser interface. QtWebEngine includes a substantial Chromium-based runtime and supporting libraries. The source archive does not carry that packaged runtime, so it remains dramatically smaller.

BUILD IT YOURSELF
02 / SOURCE

Sunni 2.0 Source

Choose this package when you want the actual Sunni project. It is tiny because your machine creates the Python environment, installs the dependencies and performs the build locally.

FILE Sunni_2.0_SRC.zip
TYPE ZIP archive
ARCHIVE SIZE 20.6 KB
EXACT SIZE 20,579 bytes
SIZE ON DISK 24.6 KB · 24,576 bytes
CRC32 C6B44533
  • Complete Sunni Python source
  • Application assets and QSS themes
  • Python requirements file
  • Unified install, launch and PyInstaller build workflow
  • Creates its own local virtual environment
  • Best choice for developers, modification, inspection and custom builds
CHOOSE SOURCE IF

You want a lightweight download and are comfortable letting Sunni build its environment locally.

Download Sunni_2.0_SRC.zip
BEFORE SUNNI CAN THINK

The application needs an AI endpoint.

Sunni is the desktop interface and workspace. It opens your local Open WebUI installation, while Open WebUI communicates with Ollama and your installed models. Without that local AI stack, Sunni can launch successfully but has no working assistant endpoint behind the interface.

01

Install Ollama

On Linux, install Ollama using its official installer. Ollama is the local model runtime used beneath the Open WebUI interface.

curl -fsSL https://ollama.com/install.sh | sh
Official Ollama Linux Download →
02

Install a Model

Ollama is the engine, but it still needs a model. Choose a model appropriate for your hardware and pull it through Ollama.

ollama pull <model-name>

Model size and performance vary considerably. Smaller models are friendlier to modest hardware; larger models generally require more RAM, VRAM and storage.

03

Verify Ollama

Confirm that Ollama can see your installed models before blaming Sunni for an empty throne room.

ollama list

If your model appears in the list, the runtime has something Sunni can actually work with.

04

Launch Sunni

Start the application, select or configure the available model as required by Sunni, and begin using the assistant.

./launch.sh

Source users can also use the launch script for installation and build operations.

PREREQUISITES

What you need.

Sunni itself is relatively lightweight. Your chosen AI model is the part that determines how much memory, processing power and disk space the complete system will consume.

OPERATING SYSTEM Linux
WEB INTERFACE Open WebUI · localhost:8080
AI RUNTIME Ollama
AI MODEL At least one Ollama-compatible model
BINARY RELEASE Extract + Run
SOURCE RELEASE Python 3 + venv + build dependencies
HARDWARE Depends primarily on selected model
SOURCE BUILD

Want the machinery?

The source release is intended to remain understandable. Extract the archive, make the launcher executable and use the included script to create the environment, install dependencies, launch the application or produce a packaged build.

SUNNI / SOURCE
unzip Sunni_2.0_SRC.zip
cd Sunni_2.0
chmod +x launch.sh
./launch.sh
DOWNLOAD SUNNI 2.0

Pick your weapon.

If you want Sunni, take the binary. If you want to know how Sunni works, change it or build it yourself, take the source.

READY TO RUN

Binary Release

Complete packaged Linux application with the Qt/PySide6 runtime included.

366.2 MB 366,198,600 bytes CRC32: 1C4033BA
Download Sunni_2.0.zip
BUILD IT YOURSELF

Source Release

Complete Sunni 2.0 Python source, assets and local build workflow.

20.6 KB 20,579 bytes CRC32: C6B44533
Download Sunni_2.0_SRC.zip

Sunni does not bundle an AI model. Install Ollama and obtain a compatible model separately before expecting AI responses from the application.