Skip to content

Releases: Tapiocapioca/brainery

Brainery v1.0.0 - Initial Release

07 Jan 15:03

Choose a tag to compare

🎉 Initial Release

Brainery is a Claude Code skill for importing web content, YouTube videos, and PDFs into a local RAG system using AnythingLLM.

✨ Features

  • 🌐 Web scraping with Crawl4AI (multiple filtering strategies)
  • 📺 YouTube transcripts via yt-dlp-server
  • 🎙️ Audio transcription via Whisper (automatic fallback)
  • 📄 PDF import for URL-accessible documents
  • 🧠 Local RAG database with AnythingLLM
  • 🐳 Docker infrastructure with 4 pre-built containers
  • 🌍 Multilingual docs (English, Italian, Chinese)

📦 Installation

  1. Install Docker containers:
    ```bash
    git clone https://github.com/Tapiocapioca/brainery-containers.git
    cd brainery-containers
    docker-compose up -d
    ```

  2. Configure AnythingLLM at http://localhost:9103

  3. Install skill:
    ```bash
    cd ~/.claude/skills
    git clone https://github.com/Tapiocapioca/brainery.git
    ```

📚 Documentation

🔗 Links

🐛 Known Issues

None

📝 Changelog

See CHANGELOG.md for detailed changes.