Skip to content

Coldaine/ColdVox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColdVox

⚠️ Internal Alpha - This project is in early development and not ready for production use.

⚠️ CRITICAL: Documentation and feature status changes quickly. See docs/plans/critical-action-plan.md for what currently works.

Minimal root README. Full developer & architecture guide: see CLAUDE.md. Assistants should read AGENTS.md.

Quick Start

Status varies by STT backend and platform. For current “what works” details, see docs/plans/critical-action-plan.md.

# Main app
cargo run -p coldvox-app --bin coldvox

# TUI dashboard
cargo run -p coldvox-app --bin tui_dashboard

Common Rust commands:

# Fast local feedback
cargo check -p coldvox-app

# Format check
cargo fmt --all -- --check

Development

Developer Git Hooks

This project uses a git hook standard powered by mise and lint-staged.

  1. Install mise: curl https://mise.run | sh (or see docs)
  2. Install toolchain: mise install
  3. Activate hooks + agent mirrors: mise run prepare

To run the hook pipeline manually:

mise run pre-commit

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7