Releases: Latias94/nako
Releases · Latias94/nako
Nako v0.1.0-alpha.1
Nako v0.1.0-alpha.1 is the first alpha technical preview for self-hosted media library experiments.
This release is intended for early testers and contributors. APIs, storage layout, addon protocol, deployment shape, and operational behavior may change before beta.
What is included
- Packaged Linux
nako-serverrelease artifact with release manifest and checksums. - SQLite and PostgreSQL self-host configuration examples.
- Admin/API, metadata, NFO, managed import, playback, VFS, addon, and diagnostics foundations.
- Public Rust SDK crates on crates.io:
nako-addon-protocol = 0.1.0-alpha.1nako-addon-client = 0.1.0-alpha.1nako = 0.1.0-alpha.1
- Official companion addon:
nako-metadata-scraper@0.1.0-alpha.1innako-official-addons
- GHCR image:
ghcr.io/latias94/nako-server:0.1.0-alpha.1ghcr.io/latias94/nako-server:alpha
Install notes
Verify SHA256SUMS before running the archive. Read the release manifest to confirm the git revision, target triple, binary name, and included files.
For containers:
docker pull ghcr.io/latias94/nako-server:0.1.0-alpha.1Do not treat the alpha image tag as stable. It may move to newer alpha releases.