Formats and routes
GGUF, Safetensors, and MLX bundles across Hugging Face, HTTPS, Iroh, and BitTorrent.
Noema Atlas v0.2.0 · Released July 11, 2026
Noema Atlas pulls GGUF, Safetensors, and MLX weights from Hugging Face, HTTPS mirrors, Iroh peers, and BitTorrent swarms—then verifies the complete file before it enters your library.
Discover a model, inspect its sources, control the queue, and decide when a verified local copy should be shared.
Formats, quantizations, licenses, and available routes stay visible before a download begins.
Pause, resume, retry, stop, or reorder without giving up verified progress.
Import local files, create share links, or hand a model to LM Studio and Ollama without another download.
Illustrative product tour based on the shipping v0.2.0 controls and route data.
Four routes, one result
These counters report the live public registry—not private imports, direct downloads, or the models already stored on people’s machines. Atlas is useful as a downloader before the public mesh grows.
The July release turns Atlas into a complete model-distribution workspace: more formats, more routes, and direct control over every transfer.
GGUF, Safetensors, and MLX bundles across Hugging Face, HTTPS, Iroh, and BitTorrent.
Pause, resume, stop, retry, and reorder the queue while retaining resumable progress.
Inspect live peers and magnets; set upload ratios, sequential mode, queue priority, and scheduled bandwidth limits.
Drop in local files, create share links, then open verified models in LM Studio or Ollama.
Content-addressed storage keeps identical bytes once; reflink and hardlink installs avoid extra copies. Signed updates keep the apps current.
Trust and privacy
Atlas verifies the complete file before it enters your library. Mismatched content is quarantined and the source is rejected.
Noema Atlas and Noema Atlas Studio share the core, content store, and installed models. Each app keeps its own preferences.
| Compare | Noema Atlas | Noema Atlas Studio |
|---|---|---|
| Interface | Native desktop UI | System-webview UI; no bundled Chromium |
| Footprint | Lightest option | More visual workspace with a modestly heavier footprint |
| Platforms | macOS, Windows, Linux | macOS, Windows, Linux |
| Dependencies | No browser runtime | WebKit on macOS, WebView2 on Windows, webkit2gtk on Linux |
| Shared | Verified engine, content-addressed store, installed models, Iroh and BitTorrent networking | |
| Separate | Native app preferences | Studio preferences in ~/.noema/studio-settings.json |
The lean native desktop app. No browser and no Electron underneath it—just the complete network in a lighter footprint.
The same engine behind a more visual system-webview interface for people who prefer a richer library and download workspace.
v0.2.0 · July 11, 2026 · Read the release notes · View every release asset
01 noema keygen
02 noema manifest build --name "My Model" --artifact "model.gguf=/path/model.gguf" \
--source "model.gguf:hf:Org/Repo@main/model.gguf" --sign <key_id> --out model.json
03 curl --fail -H 'content-type: application/json' --data-binary @model.json \
https://atlas.noemaai.com/manifests
A signed manifest binds model identity, license, hashes, and eligible sources. The registry publishes the claim; every Atlas client verifies it locally.
Read the manifest spec