Skip to content

Pacifico 0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:43
· 8 commits to main since this release

Pacifico keeps a local archive of AI coding sessions and exposes searchable context through MCP.

Install

brew install emersoftware/tap/pacifico && pacifico install

The binaries include their runtime; Bun and Node.js are not required. macOS and Linux are supported on ARM64 and x86-64.

Included

  • Session discovery, SQLite FTS5 search, durable archiving, memory, and reporting inherited from nicknisi/sessions.
  • A TypeScript/Bun monorepo separating the CLI, session engine, and agent integrations.
  • Pacifico-specific data directories and MCP/plugin registration.
  • An optional macOS LaunchAgent: pacifico daemon start, status, and stop.
  • Process-safe indexing and atomic archive writes for concurrent daemon and MCP use.

Each archive contains pacifico, LICENSE, and NOTICE. Check downloads against SHA256SUMS.

Validation

1,188 tests passed, with 9 optional tests skipped. Each release executable passed installation, MCP handshake, search/read, concurrent indexing, and durable-uninstall checks on a native runner for its operating system and architecture.

Credits

Inspired by and built on nicknisi/sessions, under the MIT license. Original copyright, history, and attribution are preserved. Pacifico is not affiliated with Mosaic.