Live
Black Hat USAAI BusinessBlack Hat AsiaAI BusinessHow to Turn Off AI Overview on Google in 2026 - vocal.mediaGNews AI GoogleWhy be optimistic about the future of Agentic AI? - Security BoulevardGNews AI agenticOllama adopts MLX for faster AI performance on Apple silicon Macs - 9to5MacGNews AI AppleRole of humans in teaching stressed as AI evolves - China DailyGNews AI educationLetters to Sen. Ed Markey: six autonomous vehicle companies say remote assistants don't directly control vehicles; Tesla says its operators are allowed to do so (Aarian Marshall/Wired)TechmemeAnthropic Just Leaked Claude Code's Source. Here's What It Means for Your Vibe-Coded App.DEV CommunityYou're a slop coder. Autospec is for professionals only.DEV CommunityGoogle DeepMind AI curriculum trains students to build language models | ETIH EdTech News - EdTech Innovation HubGNews AI GoogleWhat Happened to CodiumAI? The Rebrand to Qodo ExplainedDEV CommunityAIによる雇用破壊はまだ限定的——だが、従来の指標では本当の影響は見えないCIO MagazineWhat Karpathy's Autoresearch Unlocked for MeDEV CommunityBitcoin enters the public bond market as Moody’s gives a first-of-its-kind crypto deal a ratingCoinDesk AIBlack Hat USAAI BusinessBlack Hat AsiaAI BusinessHow to Turn Off AI Overview on Google in 2026 - vocal.mediaGNews AI GoogleWhy be optimistic about the future of Agentic AI? - Security BoulevardGNews AI agenticOllama adopts MLX for faster AI performance on Apple silicon Macs - 9to5MacGNews AI AppleRole of humans in teaching stressed as AI evolves - China DailyGNews AI educationLetters to Sen. Ed Markey: six autonomous vehicle companies say remote assistants don't directly control vehicles; Tesla says its operators are allowed to do so (Aarian Marshall/Wired)TechmemeAnthropic Just Leaked Claude Code's Source. Here's What It Means for Your Vibe-Coded App.DEV CommunityYou're a slop coder. Autospec is for professionals only.DEV CommunityGoogle DeepMind AI curriculum trains students to build language models | ETIH EdTech News - EdTech Innovation HubGNews AI GoogleWhat Happened to CodiumAI? The Rebrand to Qodo ExplainedDEV CommunityAIによる雇用破壊はまだ限定的——だが、従来の指標では本当の影響は見えないCIO MagazineWhat Karpathy's Autoresearch Unlocked for MeDEV CommunityBitcoin enters the public bond market as Moody’s gives a first-of-its-kind crypto deal a ratingCoinDesk AI

Xoul - Local Personal Assistant Agent Release (Beta, v0.1.0-beta)

DEV Communityby Kim NamhyunMarch 31, 20263 min read0 views
Source Quiz

<h1> Xoul — An Open-Source AI Agent That Runs Locally </h1> <p>Introducing <strong>Xoul</strong>, a personal assistant agent powered by local LLMs and virtual machine isolation.</p> <p><a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnhsawz1jk3tw5m90yvmq.gif" class="article-body-image-wrapper"><img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnhsawz1jk3tw5m90yvmq.gif" alt=" " width="560" height="374"></a></p> <h2> What Is Xoul </h2> <p>Xoul is a personal AI agent. It's not a chatbot — it manages files, sends emails, browses the web,

Xoul — An Open-Source AI Agent That Runs Locally

Introducing Xoul, a personal assistant agent powered by local LLMs and virtual machine isolation.

What Is Xoul

Xoul is a personal AI agent. It's not a chatbot — it manages files, sends emails, browses the web, and runs code at the OS level. All actions run inside a QEMU virtual machine, keeping the host system untouched. When using a local LLM, personal data never leaves the machine.

Key Features

  • 18 built-in tools — file management, email, web search, code execution, calendar, and more

  • Personas & Code Snippets — switch agent roles or run Python snippets shared by the community

  • Workflows — schedule repetitive tasks (news digests, server checks, email triage) as multi-step automation templates

  • AI Arena — a playground where agents discuss topics and play social deduction games

  • Host PC Control — limited host interaction including browser launch and file operations

  • Multiple Clients — Desktop (PyQt6), Telegram, Discord, Slack, and CLI

Architecture

The Xoul agent runs inside a QEMU virtual machine. LLM inference is handled locally on the GPU via Ollama, while the desktop app serves as the host-side UI. VM isolation ensures the host system stays safe regardless of what the agent does.

Beyond local LLMs, Xoul also supports commercial APIs (Claude, GPT-5, Gemini, DeepSeek, Grok, Mistral) and external OpenAI-compatible servers (vLLM, LM Studio, etc.).

Supported Models

For local execution, models are automatically recommended based on available VRAM:

Model VRAM

Nemotron-3-Nano 4B (Q8) ~5 GB

Nemotron-3-Nano 4B (BF16) ~8 GB

GPT-oss 20B ~13 GB

Nemotron-Cascade-2 30B ~20 GB

BGE-M3 (embedding) and Qwen 2.5 3B (summarization, CPU-only) are also installed automatically.

System Requirements

Component Minimum Recommended

CPU x86-64, 8 cores —

RAM 8 GB 16 GB+

GPU NVIDIA 30-series, 8 GB VRAM NVIDIA 40-series, 16 GB+ VRAM

OS Windows 11 (10 experimental) —

Disk 20 GB free —

Installation

Quick Start

  • Download the release file

  • Extract xoul_rel.zip

  • Run install.bat inside the extracted folder

install.bat handles file placement, dependency installation, and configuration automatically. Python 3.12, Ollama, and QEMU are installed as needed. An interactive setup walks through language selection, LLM model, VM configuration, user profile, and optional service integrations (Gmail, Tavily, Telegram, etc.).

Install from Source

git clone https://github.com/xoul-project/xoul.git cd xoul .\scripts\setup_env.ps1

Enter fullscreen mode

Exit fullscreen mode

Once setup completes, the Desktop App launches automatically. After that, you can start it with c:\xoul\desktop\xoul.bat.

Community

Through Xoul Store, you can import workflows, personas, and code snippets created by other users with one click. You can also publish your own.

License

Released under the MIT License.

Links

Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by AI News Hub · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

More about

claudegeminillama

Knowledge Map

Knowledge Map
TopicsEntitiesSource
Xoul - Loca…claudegeminillamamistralmodelreleaseDEV Communi…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 98 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!

More in Models