Release

Server and MCP release package notes.

Server image

Use Docker Hub for the FolioSpace Library server.

docker pull funland/foliospace-library:0.993

Release 0.993 is published for linux/amd64 and linux/arm64. The latest tag also points to the current public release.

Docker Compose package

Use the packaged deployment files for a NAS or Docker host. The ZIP contains docker-compose.yml, .env.example, and a quick-start guide.

curl -fsSLO https://foliospace.app/releases/FolioSpace-Library-Compose-0.993.zip
unzip FolioSpace-Library-Compose-0.993.zip
cd FolioSpace-Library-Compose-0.993-20260803
cp .env.example .env
docker compose up -d

Package SHA-256: 157fd0b4719de0ce5cd9d5ffe87155668b74d3635ae8383b4ed95dde6995509c. All release checksums are listed in checksums.txt.

Build server image locally

git clone <repository-url> FolioSpaceReader
cd FolioSpaceReader
docker build -t foliospace-library:0.993 .

Build from the repository root. Dockerfile: Dockerfile. Server entry: cmd/foliospace-reader.

MCP release files

The public installer expects these files from the current release:

Publish these files from the local release dist directory before enabling the 0.993 MCP installer links.

Build MCP release packages

cd FolioSpaceReader
VERSION=0.993 ./scripts/build-mcp-release.sh

Release artifacts are written to dist/releases and should be copied to the website /releases directory before deployment.

Server release packaging

There is no separate server binary package for this release. The server release is the Docker image funland/foliospace-library:0.993.

FolioSpace Library 0.993

Release 0.993 adds Nintendo Virtual Boy catalog support and a server-owned game-platform catalog across the Client API and MCP.