Releases: rainmana/tinybrain
Releases · rainmana/tinybrain
tinybrain 1.2.3
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_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.
tinybrain 1.2.2
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
--httpandTINYBRAIN_HTTPoptions, and remove old project iterations.
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.