Skip to content

SeisoLocalAI

Dev Tools · Utility

Verified Builder

WIP Local-first AI platform: chat, fine-tune (LoRA/QLoRA), post-train, quantize, compress, and export open models on your own GPU — Forge UI + CLI, no cloud required. No crypto token

ShippingLast ship 5h ago

Latest ship

Release v0.13.0 — TUI removed, agentic CoT off the TTFT path, chat hang fixed

Github ReleaseSource verified

## Summary Changes since **v0.12.0** (14 commits / PRs [#529](https://github.com/Legendarylibr/SeisoLocalAI/pull/529)–[#533](https://github.com/Legendarylibr/SeisoLocalAI/pull/533)). The **terminal UI (TUI) is removed**: `seiso tui`, its install path, harnesses, and tests are gone — the Tauri desktop app (`start`) and web UI (`seiso forge`) are the only interfaces. The **agentic chain-of-thought path was reworked** so thinking stays off the TTFT (time-to-first-token) critical path, and the swarm now escalates sensibly (verify, add subagents, prompt continuation). A **chat hang and slow token d

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. Active development: 42 commits across 1 contributor

    Code ActivitySource linked

    7 active day(s) in Legendarylibr/SeisoLocalAI.

    View evidence
  2. v0.12.0 — Tauri desktop app default, security hardening, formal verification

    Github ReleaseSource verified

    Summary Changes since v0.11.0 (6 commits / PRs #526–#528). The Tauri desktop app becomes the only start path: start now builds and launches the native Seiso Forge desktop wrapper instead of opening a browser (web UI seiso forge and TUI seiso tui remain CLI commands). The desktop wrapper was fixed end-to-end so it actually runs and renders, the wrapper and startup path were security-hardened from a dedicated review, and the security-critical logic is now formally verified in Lean 4 + mathlib4. What's new Tauri desktop app as the default startup path (#526) - start /

    View evidence
  3. v0.11.0 — Tauri desktop wrapper with swarm subagent orchestration

    Github ReleaseSource verified

    Summary Changes since v0.10.0 (5 commits / PR #525). A native Tauri 2 desktop wrapper lands for the Forge UI: the React frontend now runs in a system webview as a real desktop app (macOS + Linux), with a Rust host that orchestrates Seiso subagents. The host adds a swarm orchestrator with resource limits, stall detection, resume injection, completion verification, and result aggregation across subagents. What's new Tauri desktop wrapper (#525) - Tauri 2 app wrapping the forge-ui React frontend in the system webview (1280×800 window, system tray, CSP locked to localhost)

    View evidence
  4. v0.10.0 — agentic OS kernel, x402 EVM payments, Forge default UI

    Github ReleaseSource verified

    Summary Changes since v0.9.0 (95 commits / PRs #485–#524). The roadmap's local agentic OS becomes executable: a kernel that decides where work runs (local → mesh → pay → ask human), routes each step to a model, and runs a plan/act/verify/receipt harness. A new x402 EVM payments rail lands with USDC on 30+ chains. start returns to launching the Forge web UI by default (TUI stays opt-in), and the TUI gains keyboard navigation, Nostr auth, agent harnesses, and readable model names. Project direction Seiso stays a local-first stack: chat, fine-tune, post-train, compress

    View evidence
  5. Active development: 48 commits across 1 contributor

    Code ActivitySource linked

    9 active day(s) in Legendarylibr/SeisoLocalAI.

    View evidence
  6. Active development: 52 commits across 1 contributor

    Code ActivitySource linked

    9 active day(s) in Legendarylibr/SeisoLocalAI.

    View evidence
  7. v0.9.0 — terminal UI default, security harden, native Linux install

    Github ReleaseSource verified

    Summary Changes since v0.8.0 (43 commits / PRs #464–#484). start no longer opens a browser. The default workspace is seiso tui: a Forge-shaped terminal UI with live Hugging Face Hub search, local chat, and studio command launch. The React Forge app remains available as an opt-in API (SEISO_UI=forge start or seiso forge). This release also clears several open dependency CVEs (PyJWT instead of python-jose/ecdsa, cryptography 50), hardens tool/KB injection defenses, and fixes native Linux install/start loops. Project direction Seiso stays a local-first stack: chat, fine-

    View evidence
  8. v0.8.0 — SEISO wordmark, −33,152 LOC, auth harden, mesh E2E

    Github ReleaseSource verified

    Summary Changes since v0.7.0 (24 commits / PRs #451–#463). Measured LOC reduction: −33,152 source lines (−18.9%) from 175,228 → 142,076. Method: count .py / .ts / .tsx / .css / .js under seiso/, forge/, forge-ui/src/, seisocli/, tests/, scripts/ at tags v0.7.0 and v0.8.0 (lockfiles / dist / nodemodules excluded). Cross-check: git diff --shortstat v0.7.0...v0.8.0 on those paths → 278 files changed, 4632 insertions(+), 38735 deletions(-) (net −34,103). | Driver | Δ LOC (same method, stepwise) | |--------|-------------------------------|

    View evidence
  9. v0.7.0 — Nostr-signed mesh trust boundary, L402 pay scaffolding, training harden

    Github ReleaseSource verified

    Summary Changes since v0.6.0 (26 commits / PRs #442–#447). Project direction Seiso stays a local-first Forge + CLI stack: chat, fine-tune, post-train, compress, and export on your hardware. The product spine is still self-hosted training and inference. The longer arc is optional coordination and payment rails that stay opt-in and fail-closed: 1. Human UI vs agent surfaces — Forge Train stays the human path; Buzz-agent / mesh orchestration is a separate, gated surface so OS hostnames and unsigned chatter cannot become trust. 2. Nostr as the trust fabric for agents — me

    View evidence
  10. v0.6.0 — sats marketplace + Buzz mesh scaffolding, owner-npub auth, Lean provenance

    Github ReleaseSource verified

    Summary Changes since v0.5.0 (19 commits). Limitations — not functional yet, do not use Treat these as docs / scaffolding only. Do not run them for production work, real funds, or trusted multi-node jobs: | Surface | Flag | Status | |---------|------|--------| | Sats marketplace (seiso pay) | SEISOALLOWPAY=1 | Scaffolding only. Live Ark pay-in / Bark–Second settlement is not wired. Faucet (SEISOPAYFAUCET=1) or simulated ledger only for local smoke tests. | | Buzz mesh (seiso mesh) | SEISOALLOWMESH=1 | Experimental peer coordination scaffolding. Not rea

    View evidence
  11. v0.5.0 — lean Forge footprint, Nostr auth/provenance, correctness hardening

    Github ReleaseSource verified

    Summary Changes since v0.4.0 (96 commits). Memory & Forge footprint - Shrink bare Forge RSS so larger models fit: defer native runtime imports, honest Free-memory reclaim for sidecars/managed vLLM, Apple-only lean cache defaults (#430) - Live-update Model Hub free-memory strip without changing OS headroom math (#429) - Fix macOS unified memory reporting and startup Bun lock / doctor Hub checks (#399, #428) - Ship Nostr relay deps with [forge] on every OS install path (#428) Nostr auth & provenance - Make Nostr keygen the default Forge auth path; document onboarding + default p

    View evidence
  12. SeisoLocalAI v0.4.0

    Github ReleaseSource verified

    SeisoLocalAI v0.4.0 Since v0.3.0 (2026-07-21). 7 PRs focused on NeMo RL integration, slime multi-GPU / GRPO correctness, training-config floors, and Forge red-team hardening. Highlights NVIDIA NeMo RL - New external training method method: nemorl (no vendoring): launches NVIDIA-NeMo/RL via uv run with recipes grpo, dpo, distillation, smoke (#387). - CLI (seiso nemo-rl), Forge Train Studio picker, example/smoke configs, and SEISONEMORLROOT setup docs (#387). Slime / GRPO / multi-GPU correctness - DDP no_sync during

    View evidence
  13. SeisoLocalAI v0.3.0

    Github ReleaseSource verified

    SeisoLocalAI v0.3.0 Since v0.2.0 (2026-07-15). ~130 commits focused on RL/SFT correctness, real verifiable data paths, Forge safety, and kernel/chat quality. Highlights RL / GRPO / DPO correctness - Outcome-first rewards: refuse format ties, field/process reward hacks, zero-spread groups, and stale vLLM/SGLang weight sync (#385). - DeepSeek / OpenRLHF / TRL-aligned math: dual-clip, seq-mean loss, truncated/empty excluded from advantages, DPO log 2 identity and empty-completion refusal (#385). - Code GRPO binary/dense/auto outcomes; contains-answer hardening; held-out slime ev

    View evidence
  14. SeisoLocalAI v0.2.0

    Github ReleaseSource verified

    SeisoLocalAI v0.2.0 Second release since v0.1.0 (2026-06-19). ~700 commits and 90+ merged PRs focused on making native Linux NVIDIA chat stable, long replies finish reliably, training/SLIME work, and the product story clearer. Highlights Long-form chat (multi-pass, OOM-safe) - Dynamic multi-pass auto-continue so long answers (songs, papers, essays) finish without one huge completion that can OOM (#340 and earlier long-reply work: #323–#326). - Per-pass completion stays OOM-clamped (often ~512–768 tokens on native Linux NVIDIA); total reply budget scales with request, long-form

    View evidence
  15. SeisoLocalAI v0.1.0

    Github ReleaseSource verified

    SeisoLocalAI v0.1.0 Initial public release of SeisoLocalAI, a local AI forge for installing, launching, and managing local model workflows. Highlights - One-command Linux/macOS installer. - Forge web UI with local onboarding. - Local model chat and model hub workflows. - Training, compression, export, and quantization tools. - Installer doctor for guided troubleshooting. - Stable install completion screen with the Forge URL. Notes This is the first versioned release. Expect rapid iteration as the installer, Forge UI, and local model workflows continue to improve.

    View evidence

Research notes

Written by Dawnscan researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on SeisoLocalAI yet.

    Know something about SeisoLocalAI? Sign in with wallet to submit a research note. Notes are reviewed before they appear here.

    Sources