// Project

Changelog

Release history and development roadmap. Timoro follows semantic versioning.

Timoro is in active development. The first public release is v0.1 — April 11, 2025. All entries below v0.1 are planned milestones.
v0.1UPCOMINGApril 11, 2025
  • Rust core scaffold + napi-rs bridge
  • TypeScript public API + type declarations
  • Basic CLI: timoro init, timoro ask
  • Local LLM inference via Candle
  • npm publish
v0.2PLANNEDQ2 2025
  • Embeddings generation via Candle
  • Vector store integration (usearch)
  • Semantic search over knowledge base
v0.3PLANNEDQ2 2025
  • File and directory indexing (Rust)
  • Database connectors (knex + mongodb)
  • URL loader and docs scraping (undici + cheerio)
v0.4PLANNEDQ3 2025
  • Terminal watcher via tokio::process
  • Stack trace error parser
  • Auto-fix engine via similar crate
v0.5PLANNEDQ3 2025
  • PDF and DOCX file reading
  • External project context indexing
  • File watcher with auto re-indexing (notify)
v0.6PLANNEDQ3 2025
  • Pentester static mode
  • OWASP Top 10 analysis
  • Hardcoded secret detection
  • CVE dependency audit
v0.7PLANNEDQ4 2025
  • Pentester active mode
  • Brute force engine (tokio)
  • Port scanner
  • SQL injection, XSS, IDOR payloads
v0.8PLANNEDQ4 2025
  • Production monitoring mode
  • Alert-only, no auto-fix
  • Performance monitoring
v0.9PLANNEDQ4 2025
  • External brain providers
  • OpenAI, Anthropic Claude, Google Gemini
  • Ollama integration
v1.0PLANNED2026
  • Stable npm release
  • Full English documentation
  • llms.txt + llms-full.txt
  • Apache 2.0 license transition begins