TinyBrain v1.2.3 Release
Security-focused LLM memory storage with intelligence gathering capabilities.
Installation
Using go install:
go install github.com/rainmana/tinybrain/cmd/server@v1.2.3Download pre-built binary:
Download the appropriate binary for your platform below.
Changelog
Features
- af51d20 feat: Add simple, user-friendly CLI with helpful --help output
Platform Notes
- macOS (Apple Silicon): Download the
Darwin_arm64version - macOS (Intel): Download the
Darwin_x86_64version - Linux: Download the
Linux_x86_64orLinux_arm64version - Windows: Download the
Windows_x86_64.zipversion
Quick Start
After downloading and extracting:
# Make executable (Linux/macOS)
chmod +x server
# Run the server
./server serve
# Or with custom port
./server serve --http=127.0.0.1:9000For full documentation, visit the README.