Warning
Fora is actively in development. Expect breaking changes, incomplete features, and rough edges.
Azure ML from your terminal.
Fora is a terminal UI for managing Azure Machine Learning workspaces. Browse jobs, experiments, and compute in an interactive TUI.
- Terminal UI — Browse recent jobs, experiments, and compute resources in an interactive interface built with Ratatui
- Multi-workspace — Switch between Azure ML workspaces on the fly
- TOML configuration — Simple config for workspaces, UI preferences, and column layouts
Requires the Rust toolchain and Azure CLI (az login).
git clone https://github.com/samb-t/fora.git
cd fora
cargo install --path fora_cliSee the installation docs for other methods including mise.
Launch the TUI and set up a config interactively:
foraOr manually run the configuration setup:
fora initFull documentation is available at samb-t.github.io/fora.
cargo build # build
cargo test --all # test
cargo clippy --all-targets --all-features # lint
cargo fmt --all # formatMIT