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

ActiveLast ship 10d ago

Latest ship

Active development: 52 commits across 1 contributor

Code ActivitySource linked

9 active day(s) in Legendarylibr/SeisoLocalAI.

Builder activity

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

Build timeline

  1. 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
  2. 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/`, `seiso_cli/`, `tests/`, `scripts/` at tags `v0.7.0` and `v0.8.0` (lockfiles / `dist` / `node_modules` 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
  3. 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
  4. 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`) | `SEISO_ALLOW_PAY=1` | Scaffolding only. Live Ark pay-in / Bark–Second settlement is **not wired**. Faucet (`SEISO_PAY_FAUCET=1`) or simulated ledger only for local smoke tests. | | **Buzz mesh** (`seiso mesh`) | `SEISO_ALLOW_MESH=1` | Experimental peer coordination scaffolding. Not rea

    View evidence
  5. 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
  6. 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: nemo_rl` (no vendoring): launches [NVIDIA-NeMo/RL](https://github.com/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 `SEISO_NEMO_RL_ROOT` setup docs (#387). #### Slime / GRPO / multi-GPU correctness - DDP `no_sync` during

    View evidence
  7. 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
  8. 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
  9. ## 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 HEY 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 GitHub to submit a research note. Notes are reviewed before they appear here.

    Sources