OpenViking

Context database that serves agent memory, knowledge, and skills through a filesystem-style interface.

Open SourceSelf Hosted
0.0 (0)

About

Agent context gets managed like a disk in OpenViking, an AGPL-3.0 context database from ByteDance's Volcengine team. Memories, documents, and skills all live as entries in one virtual filesystem addressed by viking:// URIs, so an agent explores what it knows with ls, find, and tree commands instead of firing opaque vector queries, and every retrieval leaves a browsable directory trajectory that can be audited afterward. Each entry carries three tiers, an abstract, an overview, and full detail, and the server hands agents the cheapest tier first, a scheme the project measures at 34 to 91 percent token savings compared with dumping raw context into the prompt. Retrieval itself is hybrid, combining directory structure with semantic search, and ingestion converts PDFs, web pages, and images into the same tree. The core is written in Rust with a Python SDK and CLI installed via pip on Python 3.10+, running as a client-server HTTP service that calls configured embedding and vision model endpoints. Open-sourced in January 2026, the repo topped GitHub trending and has passed 32,000 stars.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Intermediate (3/5)
License
AGPL-3.0
Added
Aug 24, 2026

Related Tools

Featured

All-in-one desktop and Docker app for private LLM chat with your documents.

Open SourceSelf HostedOffline
Beginner

Modular open-source RAG framework for building production document retrieval applications.

Open SourceSelf HostedOffline
Intermediate

Open-source data extraction and indexing engine for RAG applications.

Open SourceSelf Hosted
Intermediate
Featured

Open-source embedding database for AI applications

Open SourceSelf HostedOffline
Beginner

Web scraping API that turns websites into clean LLM-ready markdown.

Open SourceSelf Hosted
Easy

Cloud-native vector database for scalable similarity search

Open SourceSelf HostedOffline
Advanced
Browse all RAG & Document Retrieval tools