This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryMinor fixes and improvements.
Full changelog
Install
One-line install (server + CLI)
curl -fsSL https://raw.githubusercontent.com/Auctalis/nocturnusai/main/install.sh | bash
Docker (server only — connects to host Ollama by default)
docker run -p 9300:9300 ghcr.io/auctalis/nocturnusai:v0.3.1
CLI only
# macOS (Apple Silicon)
curl -fsSL https://github.com/Auctalis/nocturnusai/releases/download/v0.3.1/nocturnusai-macos-arm64 -o /usr/local/bin/nocturnusai && chmod +x /usr/local/bin/nocturnusai
# Linux (x86_64)
curl -fsSL https://github.com/Auctalis/nocturnusai/releases/download/v0.3.1/nocturnusai-linux-x86_64 -o /usr/local/bin/nocturnusai && chmod +x /usr/local/bin/nocturnusai
Python SDK
pip install nocturnusai==v0.3.1
TypeScript / Node
npm install [email protected]
Full changelog and migration notes below ↓
Full Changelog: https://github.com/Auctalis/nocturnusai/compare/v0.3.0...v0.3.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Auctalis/nocturnusai
Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance. REST API, Python/TypeScript SDKs, and MCP server integration.
Related context
Related tools
Beta — feedback welcome: [email protected]