Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:36
· 45 commits to main since this release
v0.1.0
dc45134

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-arm64

CLI 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

Full Changelog: https://github.com/opentendril/core/commits/v0.1.0