UIntell Agent v0.3.0-alpha.1
Pre-release
Pre-release
This is the first public alpha of UIntell Agent, a Rust-native AI agent with a
unified terminal interface, tool execution, durable coding runs, and SurrealDB
graph memory.
Highlights
- Streaming chat with DeepSeek or a local Ollama model.
- Integrated graph-memory explorer, SurrealQL console, analytics, and visual
node positioning. - Permission-gated terminal, file, browser, search, and sandboxed code tools.
- Vim-style editor with diffs, completion, undo/redo, and optional
rust-analyzerintegration. - Durable autonomous coding runs with checkpoints, verification, review,
repair loops, cancellation, and resume. - HTTP gateway with API-key authentication.
Installation
Download the x86_64-unknown-linux-gnu archive and SHA256SUMS, verify the
archive, extract it, and run ./install.sh. The installer defaults to
~/.local/bin and does not require root access.
After installation, run:
uintell-agent doctor
uintell-agent --tuiRuntime Requirements
- Linux on x86-64.
- SurrealDB CLI in
PATHfor automatically managed graph memory. /usr/bin/bwrapfor sandboxed code execution.- A
DEEPSEEK_API_KEY, or a running Ollama instance selected with--ollama. - Python, Node.js, and Rust are required only for their corresponding code
execution tools.rust-analyzeris optional.
Alpha Limitations
- This release provides one Linux architecture; macOS, Windows, and Linux
ARM64 packages are not yet available. - Runtime dependencies are detected but not installed automatically.
- Configuration and persisted-state formats may evolve before the stable 1.0
release. - Review
~/.uintell/permissions.tomlbefore granting tools access to
sensitive workspaces.