AgentJax is a desktop AI assistant built with React, Vite, and Tauri. It focuses on configurable providers, reusable model profiles, and local MCP tool integration.
- Documentation home
- Configuration reference
- Calculator engine status
- Development plan
- Provider abstraction notes
pnpm install
pnpm devFor the desktop app:
pnpm dev:desktopDesktop builds currently target Rust 1.95.0 for the src-tauri workspace.
To produce a build:
pnpm build
pnpm build:desktopAgentJax creates its configuration on first launch under AGENTJAX_HOME:
AGENTJAX_HOMEdefault:~/.agentjax- Config file:
$AGENTJAX_HOME/config.yaml - Sessions directory:
$AGENTJAX_HOME/sessions/
The full configuration layout, field descriptions, and generated cache files are documented in docs/configuration.md.