Releases: yanacuti1121/Yana-AI
Release list
v0.43.2
v0.43.1
v0.43.1 - fix publish.yml collapsing three version axes into one Product version axis only. Rules 69 to 70, guard-destructive.sh 4-round hardening, text-slop-law.md, README rewrite, trace-audit tool added and TA003 fixed. Full details in CHANGELOG.md.
Yana AI v0.43.0 — Desktop App
Yana AI v0.43.0 — Desktop App
Download
| Platform | File | Architecture |
|---|---|---|
| macOS | Yana AI-0.43.0-arm64.dmg |
Apple Silicon (M1/M2/M3/M4) |
| macOS | Yana AI-0.43.0.dmg |
Intel |
| Windows | Yana AI Setup 0.43.0.exe |
x64 + arm64 (auto-detect) |
| Linux | Yana AI-0.43.0.AppImage |
x64 |
| Linux | Yana AI-0.43.0-arm64.AppImage |
arm64 |
What's new
- Desktop app — download, install, run locally with your own API key
- No server hosting cost — app spawns its own backend on
localhost:8081 - 1989 skills bundled — fully offline, no internet required after install
- First-run onboarding wizard — connect Ollama (free/local) or cloud provider
- 162 agents · all platforms
How to install
macOS: Open the .dmg, drag Yana AI to Applications.
On first open: right-click → Open (bypasses Gatekeeper for unsigned apps).
Windows: Run Yana AI Setup 0.43.0.exe.
If SmartScreen appears: click "More info" → "Run anyway".
Linux: chmod +x "Yana AI-0.43.0.AppImage" && ./"Yana AI-0.43.0.AppImage"
App is unsigned (no Apple Developer ID / Windows cert). All 1989 skills run fully offline.
v0.42.3 — i18n README sync
v0.42.3 — i18n README sync
Maintenance release: synchronizes documentation across all language variants after the v0.42.2 feature drop.
Changes
- docs: updated "What's new" in
README.vi.md,README.ko.md,README.zh.mdto reflect v0.42.2 content (WASM guard, automated publish pipeline, Rule 70) - docs: version badges updated to v0.42.2 → v0.42.3 across all READMEs
- chore: version bump —
yana-ai0.42.2 → 0.42.3,yana-rt1.3.1 → 1.3.2
Published packages
| Registry | Package | Version |
|---|---|---|
| npm | yana-ai |
0.42.3 |
| PyPI | yana-ai |
0.42.3 |
| crates.io | yana-rt |
1.3.2 |
| npm (WASM) | yana-rt |
1.3.0 |
No functional changes
No runtime behavior, security rules, or agent definitions were modified in this release.
For new features, see v0.42.2.
🤖 Published automatically via publish.yml on tag push.
v0.42.2 — WASM + Publish Pipeline
What's new
yana-rt WebAssembly (yana-rt@1.3.1 on npm + crates.io)
Yana AI's destructive command guard now runs in the browser and VS Code extensions via WebAssembly.
import init, { check_command } from 'https://cdn.jsdelivr.net/npm/yana-rt/yana_rt.js'
await init()
JSON.parse(check_command('rm -rf /'))
// → { allowed: false, reason: "Blocked: 'rm -rf' is irreversible..." }
JSON.parse(check_command('git status'))
// → { allowed: true, reason: null }Install:
npm install yana-rt # browser / Node.js / VS Code extension
cargo add yana-rt # RustExported functions:
check_command(cmd)— check a single shell commandcheck_commands(json)— batch check an array of commandsversion()— library version string
Publish pipeline fixes
- ✅ PyPI publish switched to API token (OIDC trusted publishing was misconfigured)
- ✅ npm publish skips gracefully if version already exists
- ✅
workflow_dispatchadded to publish workflow for manual testing - ✅ All 3 registries (npm, PyPI, crates.io) now publish reliably on tag push
Agent count reconciliation
Agent count corrected to 162 across all surfaces (README, MANIFEST, badges).
Full changelog: v0.42.1...v0.42.2
v0.42.1
fix(ci): update action-gh-release hash + core-lock for blast-radius hook softprops/action-gh-release@da05d55 was retired — update to v2 hash (3bb12739) to fix Desktop Build CI failure on v0.42.1 tag. Also regenerate core-lock.json (221 files) to include core/hooks/guard-blast-radius.sh added in 2d6fabab but not yet pinned. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Yana AI v0.42.0
Yana AI v0.42.0
Install with:
/plugin install yanacuti1121/yana-ai
Or manually:
unzip yana-ai-0.42.0-fixed.zip -d /path/to/project/.claude/
bash /path/to/project/.claude/tests/hooks/run-hook-tests.shSee ROADMAP.md for changelog.
YAMTAM ENGINE v0.41.3
YAMTAM ENGINE v0.41.3
Install with:
/plugin install phamlongh230-lgtm/yamtam-engine
Or manually:
unzip yamtam-engine-0.41.3-fixed.zip -d /path/to/project/.claude/
bash /path/to/project/.claude/tests/hooks/run-hook-tests.shSee ROADMAP.md for changelog.
YAMTAM ENGINE v0.41.2
YAMTAM ENGINE v0.41.2
Install with:
/plugin install phamlongh230-lgtm/yamtam-engine
Or manually:
unzip yamtam-engine-0.41.2-fixed.zip -d /path/to/project/.claude/
bash /path/to/project/.claude/tests/hooks/run-hook-tests.shSee ROADMAP.md for changelog.
v0.41.0 — yana-router + mission-dispatcher + 3,495 skills
What's new in v0.41.0
Features
- yana-router: smarter agent selection with VI keyword support —
yamtam-rt route classify - mission-dispatcher: parallel multi-agent mission loop with cancel/retry/--instructions flags
- mission-run skill: integrated into yana-classify complex path
Skills (+32 GitHub trending)
3,463 → 3,495 skills across 5 ingestion batches:
nvidia/cosmos— World models for Physical AI (Cosmos3-Nano 16B + Super 64B)microsoft/BitNet— 1-bit LLM inference, 1.37x–6.17x speedup on ARM/x86ibm/mcp-context-forge— MCP gateway: federate MCP + A2A + REST/gRPCpaddlepaddle/PaddleOCR— 80+ language OCR toolkitkhoj-ai/khoj— self-hostable AI second brainrun-llama/LiteParse,0x4m4/hexstrike-ai,cloudflare/vinext, and 24 more
Cleanup
- Removed
come_my_way.mp3and 4 demo.cppfiles from root - git filter-repo: purged
tools/Antigravity-x64/(~123 MB) from all historical commits .gitignore: full folder exclusion fortools/Antigravity-x64/- MANIFEST updated with
git_status+cleaneddate for Antigravity entry
Docs
- README and
docs/index.htmlsynced: 3,495 skills · 95 agents · 46 hooks (EN/VI/KO) - CHANGELOG v0.18.0 marked as SKIPPED ⏭ (superseded by v0.40.0)
YAMTAM ENGINE — 87-agent swarm · 46 hooks · 164 slash commands