Skip to content

Releases: Latias94/nako

Nako v0.1.0-alpha.1

23 May 06:39

Choose a tag to compare

Nako v0.1.0-alpha.1 Pre-release
Pre-release

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-server release 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.1
    • nako-addon-client = 0.1.0-alpha.1
    • nako = 0.1.0-alpha.1
  • Official companion addon:
    • nako-metadata-scraper@0.1.0-alpha.1 in nako-official-addons
  • GHCR image:
    • ghcr.io/latias94/nako-server:0.1.0-alpha.1
    • ghcr.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.1

Do not treat the alpha image tag as stable. It may move to newer alpha releases.

Full changelog

https://github.com/Latias94/nako/commits/v0.1.0-alpha.1