GraphCanon updated today · GitHub synced today
930
Stars
69
Forks
86
Open issues
3
Watchers
1w
Last push
Rust MITCreated Nov 28, 2025
Trust & integrity
Full report- Maintenance
- Active (10d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Voice-to-text with push-to-talk for Wayland compositors
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Jul 11, 2026
- Languages
- rust, javascript
Source: github.language+package.json · Jul 11, 2026
Categories
Tags
README
Quick Start
Most users should install a pre-built package. The steps below are for building from source.
---
# Install Vulkan runtime (if not already installed)
---
# Install CUDA toolkit first, then:
cargo build --release --features gpu-cuda
Metal (macOS/Apple Silicon)
cargo build --release --features gpu-metal
HIP/ROCm (AMD alternative)
cargo build --release --features gpu-hipblas
System Requirements
- Linux with glibc 2.38+ (Ubuntu 24.04+, Fedora 39+, Arch, Debian Trixie+)
- Wayland or X11 desktop (GNOME, KDE, Sway, Hyprland, River, i3, etc.)
Install Rust if needed
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh