Skip to content

Releases: alib8b8/llm-box

llm-box v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:14

Changelog

  • 33e7cab: fix(release): add packages write permission for GHCR ( <>)
  • 1bb461c: fix(release): remove brews section since homebrew-tap repo doesn't exist ( <>)
  • b3c0362: fix(security): patch vulnerabilities found in self-audit ( <>)

Install (Linux / macOS)

curl -sL https://raw.githubusercontent.com/alib8b8/llm-box/main/install.sh | bash

llm-box v0.2.10

Choose a tag to compare

@github-actions github-actions released this 16 Jun 03:34

Release v0.2.10

Cross-platform binaries for llm-box - Terminal-first AI workflow engine.

Downloads

File Platform
llm-box-linux-amd64 Linux x86_64
llm-box-linux-arm64 Linux ARM64
llm-box-darwin-amd64 macOS Intel
llm-box-darwin-arm64 macOS Apple Silicon
llm-box-windows-amd64.exe Windows x86_64
llm-box-windows-arm64.exe Windows ARM64

Install (Linux / macOS)

curl -sL https://raw.githubusercontent.com/alib8b8/llm-box/main/install.sh | bash

Verify

Check SHA256 checksums in checksums.txt.

llm-box v0.1.0 - Initial Release

Choose a tag to compare

@alib8b8 alib8b8 released this 02 Jun 02:29

🚀 llm-box v0.1.0 - Initial Release

零代码,终端里搭 AI 流水线,完全离线。

📦 Downloads

File Platform
llm-box-linux-amd64 Linux x86_64
llm-box-linux-arm64 Linux ARM64
llm-box-darwin-amd64 macOS Intel
llm-box-darwin-arm64 macOS Apple Silicon
llm-box-windows-amd64.exe Windows x86_64
llm-box-windows-arm64.exe Windows ARM64

✨ Highlights

  • 🎨 Beautiful TUI with bubbletea + lipgloss
  • 🔌 External nodes in any language via stdin/stdout
  • 🦙 Ollama integration for fully local AI
  • 📦 Zero dependencies single binary
  • 🌐 YAML-driven workflows

🚀 Quick Start

curl -sL https://raw.githubusercontent.com/alib8b8/HKAIC/main/install.sh | bash
llm-box run examples/basic_summary.yaml

✅ Verify

sha256sum -c checksums.txt

📝 Full Changelog

Initial release. See README for details.