| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Open-source embedded debugger with gRPC API for programmatic hardware control.
Aether is a workspace with several components. You can build them individually:
cargo run --package aether-ui# Start the daemon
cargo run --package aether-agent-api --bin aether-daemon
# Use the CLI to interact
cargo run --package aether-agent-api --bin aether-cli -- probe listThe firmware is excluded from the default workspace build to speed up environment setup.
cd aether-demo-fw
cargo buildThe UI will auto-detect connected debug probes.
See docs/ for:
pip install pre-commit
pre-commit installRuns rustfmt, clippy, and cargo check on commit.
Apache-2.0 OR MIT
| Back | FazBrowse Home | New Git URL |