Skip to content

Releases: rainmana/tinybrain

tinybrain 1.2.3

28 Nov 02:52

Choose a tag to compare

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/[email protected]

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.

tinybrain 1.2.2

28 Nov 01:43

Choose a tag to compare

TinyBrain v1.2.2 Release

Security-focused LLM memory storage with intelligence gathering capabilities.

Installation

Using go install:

go install github.com/rainmana/tinybrain/cmd/[email protected]

Download pre-built binary:
Download the appropriate binary for your platform below.

Changelog

Features

  • 8f18c70 feat: Implement automated releases with GoReleaser and GitHub Actions, and update README installation instructions.

Bug Fixes

  • 3bdfa25 fix: Remove GOVERSION ldflags to fix release build error

Others

  • f723b49 Update README and main.go for PocketBase integration and versioning
  • d503e74 refactor: Integrate PocketBase's CLI for server execution and configuration, enabling --http and TINYBRAIN_HTTP options, and remove old project iterations.

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.