Skip to content

Auctalis/nocturnusai

v0.1.20 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai agents ai-agents ai-memory backward-chaining context-engineering
+8 more
cost-optimization inference-engine knowledge-graph langchain logic-programming mcp reasoning truth-maintenance

Summary

AI summary

Minor 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)

docker run -p 9300:9300 ghcr.io/auctalis/nocturnusai:v0.1.20

CLI only

# macOS (Apple Silicon)
curl -fsSL https://github.com/Auctalis/nocturnusai/releases/download/v0.1.20/nocturnusai-macos-arm64 -o /usr/local/bin/nocturnusai && chmod +x /usr/local/bin/nocturnusai

# macOS (Intel)
curl -fsSL https://github.com/Auctalis/nocturnusai/releases/download/v0.1.20/nocturnusai-macos-x86_64 -o /usr/local/bin/nocturnusai && chmod +x /usr/local/bin/nocturnusai

# Linux (x86_64)
curl -fsSL https://github.com/Auctalis/nocturnusai/releases/download/v0.1.20/nocturnusai-linux-x86_64 -o /usr/local/bin/nocturnusai && chmod +x /usr/local/bin/nocturnusai

Python SDK

pip install nocturnusai==v0.1.20

TypeScript / Node

npm install [email protected]

Full changelog and migration notes below ↓

Full Changelog: https://github.com/Auctalis/nocturnusai/compare/v0.1.19...v0.1.20

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

Track Auctalis/nocturnusai

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]