Esta página se muestra en inglés. Una traducción al español está en curso.
KnowledgeMay 13, 2026·2 min de lectura

Wax — Single-File Memory Layer for AI Agents

Wax stores documents, embeddings, and knowledge in one portable `.wax` file, giving AI agents a local memory layer without extra servers.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Cli
Instalación
Swift
Confianza
Confianza: Established
Entrada
swift package resolve
Comando CLI universal
npx tokrepo install f9414227-7fdc-5800-ab65-8810510db043
Introducción

Wax stores documents, embeddings, and knowledge in one portable .wax file, giving AI agents a local memory layer without extra servers.

Best for: Apple-platform teams that want local RAG-style memory and portability without running a separate database fleet

Works with: Swift projects, Apple Silicon, local AI workflows, document and embedding persistence, file-based memory transport

Setup time: 10-15 minutes

Key facts (verified)

  • GitHub: 731 stars · 42 forks · pushed 2026-05-13.
  • License: Apache-2.0; owner avatar verified from GitHub API for christopherkarani.
  • Entry point checked from README: swift package resolve.

Main

Wax matters because it shrinks the operational surface area of memory. Instead of keeping separate stores for documents, vectors, and metadata, you move one file.

That makes it attractive for local-first agent workflows, demo environments, and Apple-centric products where portability and low ceremony matter more than cluster scale.

The README framing is especially useful for engineering decisions: choose Wax when your bottleneck is setup and portability, not when you need a large distributed serving tier.

Source-backed notes

  • README defines Wax as a Swift-native persistence engine for AI agents.
  • The core packaging idea is one portable .wax file containing documents, metadata, and indexes.
  • README positions it as local-first memory tuned for Apple Silicon rather than a server-based vector stack.

FAQ

Q: Is Wax a hosted vector database? A: No. It is designed as a portable local memory engine centered on a single file.

Q: Why is the file model important? A: Backup, copy, and transport become simpler because documents and indexes travel together.

Q: Who should evaluate it first? A: Swift and Apple Silicon teams building local-first agent or retrieval features.

🙏

Fuente y agradecimientos

Source: https://github.com/christopherkarani/Wax > License: Apache-2.0 > GitHub stars: 731 · forks: 42

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados