by tingly-dev
AI Intelligence Layer for Solo Builders and Dev Teams
# Add to your Claude Code skills
git clone https://github.com/tingly-dev/tingly-box
Tingly Box decides which model to call, when to compress context, and how to route requests for maximum efficiency, offering secure, reliable, and customizable functional extensions.

No comments yet. Be the first to share your thoughts!
From npm (recommended)
# Install and run (auto service migration without any args)
npx tingly-box@latest
if any trouble, please check tingly-box process and port 12580 and confirm to kill them.
From source code
Requires: Go 1.21+, Node.js 18+, pnpm, task, openapi-generator-cli
# Install dependencies
# - Go: https://go.dev/doc/install
# - Node.js: https://nodejs.org/
# - pnpm: `npm install -g pnpm`
# - task: https://taskfile.dev/installation/, or `go install github.com/go-task/task/v3/cmd/task@latest`
# - openapi-generator-cli: `npm install @openapitools/openapi-generator-cli -g`
git submodule update --init --recursive
# Build with frontend
task build
# Build GUI binary via wails3
task wails:build
From Docker (Github)
mkdir tingly-data
docker run -d \
--name tingly-box \
-p 12580:12580 \
-v `pwd`/tingly-...