Skip to content

tinybrain 1.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Nov 02:52
· 1 commit to main since this release

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.3

Download 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_arm64 version
  • macOS (Intel): Download the Darwin_x86_64 version
  • Linux: Download the Linux_x86_64 or Linux_arm64 version
  • Windows: Download the Windows_x86_64.zip version

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:9000

For full documentation, visit the README.