Guaardvark: Your Self-Hosted AI Studio for Agents, Media, and Code
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Guaardvark is a comprehensive, self-hosted AI studio designed for local execution of advanced AI tasks. It integrates coding agents, media generation (video, image, music, voice), and robust RAG capabilities, all running on a single GPU. This platform prioritizes privacy and user control, enabling a full AI workstation experience on your own hardware.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Guaardvark is a powerful, self-hosted AI studio that brings a comprehensive suite of AI capabilities directly to your machine. Designed for privacy and control, it enables local video, image, music, and voice generation, LoRA training, sophisticated coding swarms, RAG (Retrieval Augmented Generation), and screen agents, all optimized to run efficiently on a single GPU. Whether you're a developer, a creator, or an AI enthusiast, Guaardvark offers a complete AI workstation experience without relying on cloud services.
Why Use Guaardvark and Key Features
Guaardvark stands out by prioritizing a local-first approach, ensuring your data remains on your machine and under your control. This eliminates per-token or per-minute fees, content policy restrictions, and vendor lock-in associated with cloud platforms.
Key features and differentiators include:
- Comprehensive Media Studio: Generate high-quality video with 11 local models (Wan 2.2, CogVideoX, LTX, HunyuanVideo, MiniMax H3), create images, compose full-song music, and perform neural voice cloning with consent-gated features. It also includes 4K/8K GPU upscaling for images and video frames.
- Advanced Agent Capabilities:
- Coding Agents and Swarms: Deploy up to 20 parallel coding agents in isolated Git worktrees, complete with dependency-aware merging and cost tracking. It integrates seamlessly with popular coding agents like Claude Code, Cursor, and Codex via its built-in MCP server and agent skills.
- Screen Agents: Experience agents that control a real Ubuntu/XFCE desktop, equipped with vision, closed-loop servo clicking, and a live VNC viewer, allowing them to interact with any application as a human would.
- Film Crew and Music Video Directors: Specialized agents collaborate to turn a logline into a finished video, handling scripting, casting, storyboarding, and editing. A beat-synced music video director automatically creates films from your songs.
- Self-Improvement: The system can run its own test suite, identify failures, dispatch an AI agent to fix bugs, verify the fix, and broadcast the learning, all behind guardian review and kill switches.
- Robust Knowledge Management (RAG): Implement hybrid RAG on pgvector with cross-encoder reranking, AST code chunking, and layout-aware document parsing. It provides grounded citations, per-project isolation, and an Autoresearch feature that tunes retrieval parameters overnight.
- Code Intelligence: Utilize a Monaco editor, AST-aware analysis, dependency graphs, and a System Mapper that visualizes your entire codebase, complete with ranked findings and proposed fixes.
- GPU Memory Orchestrator: Efficiently manages GPU resources, ensuring that large models do not conflict and optimizing performance across various tasks.
- Offline Operation (Flight Mode): All core functionalities, including agent tasks and swarms, are validated to work entirely offline, providing true independence from internet connectivity.
Installation
Guaardvark requires Python 3.12 for its ML stack. For quick setup on Linux, use the following command:
curl -fsSL https://guaardvark.com/install.sh | bash
This command clones the repository to ~/guaardvark (customizable via GUAARDVARK_HOME) and launches ./start.sh. The first run handles all dependencies, including Python 3.12, venv, Node.js, PostgreSQL, Redis, Ollama, and frontend build.
Alternatively, you can clone the repository manually:
git clone https://github.com/guaardvark/guaardvark.git
cd guaardvark
./start.sh
To stop Guaardvark services, use:
./stop.sh
Examples
Guaardvark offers a rich set of capabilities that can be explored through its comprehensive walkthrough series. Witness the system in action, from generating complex music videos to agents fixing their own code.
- Media Production: See how Guaardvark generates images, videos, and music, and even clones voices, all locally.
- Agent Automation: Watch screen agents interact with a real desktop or observe coding swarms refactor code in parallel.
- Knowledge Retrieval: Explore the RAG system as it processes documents and provides grounded answers with citations.
For a detailed visual demonstration of every feature, watch the official Walkthrough Series on YouTube.
Links
- GitHub Repository: https://github.com/guaardvark/guaardvark
- Official Website: https://guaardvark.com
- Support & Feedback: support@guaardvark.com
Related repositories
Similar repositories that may be relevant next.

APort Agent Guardrails: Deterministic Pre-Action Authorization for AI Agents
September 19, 2026
APort Agent Guardrails provides deterministic pre-action authorization for AI agents, running security checks before any tool execution. This crucial mechanism prevents prompt injection from bypassing policy, ensuring robust and auditable protection for AI-driven operations.

aport-spec: The Open Agent Passport (OAP) Specification for AI Agent Trust
September 18, 2026
The aport-spec repository introduces the Open Agent Passport (OAP) specification, a critical framework for establishing trust in AI agents. It defines a lightweight, cryptographically verifiable credential, enabling real-time, pre-action authorization for AI agents across various platforms. OAP provides the essential runtime trust layer for secure and scalable agentic commerce.

Atlas: Source Control for AI Coding Agents
September 17, 2026
Atlas is an innovative source control system designed specifically for AI coding agents. It allows developers to manage multiple agents, track their changes, and query their activities in a unified environment. Built in Rust, Atlas ensures that every agent's commit is linked to its session, providing full context including prompts and tool calls.

Goon: Autonomous AI Worker for Software Development and Custom Workflows
September 15, 2026
Goon is a self-hosted, autonomous AI worker designed to streamline software development and automate custom workflows. Built with Go and having zero dependencies, it operates as a daemon, capable of tasks from writing code and opening PRs to summarizing emails and monitoring logs. It learns from your context and asks for human approval before acting, ensuring controlled and intelligent automation.
Source repository
Open the original repository on GitHub.