Fovux Studio Kit

Visual companion for Fovux MCP, focused on the daily loop of local YOLO work: start runs, watch metrics, inspect datasets, compare checkpoints, and export deployment artifacts.
Status
Packaged releases are produced by GitHub Actions in oaslananka/fovux-kit. Use the Fovux Studio Kit
Marketplace/Open VSX release for normal installs, or package from source when developing the
extension.
Features
- Run Dashboard — live metric overlays driven by the local SSE endpoint
- Training Launcher — start local YOLO runs from a guarded webview form
- Dataset Inspector — class distribution, dataset actions, and sample previews
- Export Wizard — ONNX/TFLite export with quantization-aware flows
- Exports View — review
FOVUX_HOME/exports.jsonl history
- Run Comparison — compare tracked runs without leaving VS Code
Screenshots



Requirements
- fovux-mcp installed from this repository
- VS Code ≥ 1.98
- Node
24.14.1 LTS with Corepack-enabled pnpm@10.33.0
Install
code --install-extension oaslananka.fovuxstudiokit
When developing from source:
git clone https://github.com/oaslananka/fovux-kit
cd fovux-kit/fovux-studio
corepack enable
corepack prepare pnpm@10.33.0 --activate
pnpm install --frozen-lockfile
pnpm verify
pnpm dlx @vscode/vsce@3.9.1 package --out fovuxstudiokit.vsix --no-dependencies
code --install-extension fovuxstudiokit.vsix
Usage
- Open the Fovux activity bar icon in VS Code.
- Run
Fovux: Start Local Server.
- Use
Fovux: Start Training..., Dashboard, Dataset Inspector, Export Wizard, or Compare Runs.
If you prefer an external terminal, start the backend with:
fovux-mcp serve --http --tcp --metrics
Studio uses the same FOVUX_HOME as the backend. Set fovux.home in VS Code settings when you want a workspace-specific demo directory.
For documentation source, see fovux-mcp/docs.
License
Apache-2.0