Phi-4 Mini
3.8BSolid all-rounder for mid-range hardware.
Approx. download~2.5 GB
Private desktop client for local Ollama models
A private desktop client for local Ollama models. Have useful conversations with models running on your own hardware — without an account, cloud AI, or telemetry.
Fedora / Linux · Beta
A quiet interface
Sidebar, model picker, conversation, composer. Nothing else is needed. Nous opens straight into a chat with the models Ollama has installed — no dashboard, no layers of menus, no feeds.
Local by design
Nous connects to the Ollama server you configure. By default that is 127.0.0.1:11434 — a loopback address on your own machine. Your prompt travels from Nous to Ollama, and the conversation never has to leave your local environment.
The endpoint is configurable, so a remote Ollama server can be used if you choose one. But the default, the recommended path, is your own hardware.
Privacy
Private by design, not by policy page. There is no account system, no analytics pipeline, and no cloud inference to worry about in the first place.
No account is required to use the application. Open it and start talking to your models.
Nous does not include analytics, tracking, or telemetry of any kind.
Chat requests go through the Ollama endpoint you configure. Nothing is sent to external servers.
The window that displays the interface never talks to the network, the filesystem, or the shell directly. Any of that work happens in the application's main process, behind a narrow, validated bridge.
The interface
From the first empty conversation to a history full of past sessions — the same quiet layout throughout.
Readable output
Model output is rendered as proper markdown — headings, lists, tables, code, equations, and validated links. Long responses stay navigable; technical answers stay copy-pasteable.
Here are the commands I use most with Ollama:
| Command | Purpose |
|---|---|
| ollama pull <model> | Download a model |
| ollama run <model> | Start interactive chat |
| ollama list | Show downloaded models |
And the wave equation, in case that helps:
For shell use, here is a one-liner equivalent:
ollama run phi4-mini "list the commands as a table"Full reference: Ollama commands (opens as a validated link in your browser).
Companion
A compact, always-on-top window that sits beside your editor, terminal, or browser. It never watches what you do — you choose what it sees.
Attach a pasted selection, the current window, or a chosen file. The source is shown before you send.
Pin the Companion above other windows while you work. Ask without switching away from the task at hand.
Context is used for the single request you submit it with — unless you explicitly keep it. Nothing is captured on its own.
Give Nous the context you choose, when you choose it. No passive screen monitoring, no automatic capture.
Models
Nous discovers every model available through Ollama automatically. Whatever you have pulled, it appears in the picker — ready to chat.
Solid all-rounder for mid-range hardware.
Approx. download~2.5 GB
Compact, practical everyday choice.
Approx. download~2.0 GB
Good writer and structured-answer model.
Approx. download~2.0 GB
Capable larger model for stronger hardware.
Approx. download~8.1 GB
A reliable mid-size general model.
Approx. download~4.4 GB
Large model for high-memory machines.
Approx. download~42 GB
Sizes are Q4 quantizations as documented in the project README. Actual footprint varies by architecture and hardware. Not all models perform equally on every machine.
Hardware
Local inference runs across a range of hardware. Start small — you don't need a data center to begin.
Works
A good place to start. Small models like TinyLlama and Llama 3.2 1B run on CPU alone.
Better
Mid-size models in the 3–7B range run comfortably with shared memory.
Largest range
Dedicated VRAM opens up larger models for faster responses.
No performance guarantees implied — real throughput depends on your specific hardware and model choice.
Fedora / Linux
Nous ships as a native Fedora RPM, with a portable AppImage for other Linux distributions.
sudo dnf install ./nous-*.rpm # Fedora (recommended)chmod +x ./Nous-*.AppImage # portable
./Nous-*.AppImageOllama is available directly from Fedora's repositories:sudo dnf install -y ollama
Under the hood
The interface is a thin presentation layer. It has no direct access to your files, your shell, or the network. Every request travels through a narrow, validated bridge to the main process, which owns all Ollama traffic and local storage.
Renderer — Isolated UI. No Node.js, shell, or filesystem access.
Preload bridge — Exposes only the exact API the window needs.
Validated IPC — Every payload is checked before work begins.
Main process — Owns Ollama, persistence, and window management.
Ollama — Your configured endpoint — local by default.
No formal security certification is claimed. This is an architectural choice that keeps the interface unprivileged — not a promise against every possible threat.
Philosophy
Nous is deliberately focused. It is a place to talk to the models running on your machine — and nothing else.
The models stay on your hardware. The conversation stays on your hardware. The software stays out of your way.
Try the current build today on Fedora or any Linux distribution, or join the waitlist for future releases and updates.
Fedora / Linux · v0.1.0 · MIT License