Tendril vv0.1.0
Self-hosted AI coding assistant. Point it at any project. Talk to it. It reads, edits, and commits.
Quick Start
git clone https://github.com/opentendril/core.git && cd core
cp .env.example .env # Add your LLM API key
# Set TENDRIL_PROJECT_PATH in .env to your project
docker compose up --build
# Download the CLI binary for your platform below
./tendril-linux-amd64 # or tendril-darwin-arm64CLI Binaries
| Platform | Binary |
|---|---|
| Linux x86_64 | tendril-linux-amd64 |
| Linux ARM64 | tendril-linux-arm64 |
| macOS Intel | tendril-darwin-amd64 |
| macOS Apple Silicon | tendril-darwin-arm64 |
What's Changed
- feat: Zero-Touch automated marketing skills deployed by @opentendril in #1
New Contributors
- @opentendril made their first contribution in #1
Full Changelog: https://github.com/opentendril/core/commits/v0.1.0