Skip to main content

Run Claude Code on all your data

Airstore is a virtual filesystem that connects your data sources—Gmail, GitHub, Linear, Google Drive—and makes them accessible as files. Describe what you need in natural language, and Airstore materializes the results.
airstore create sources/gmail/investor-emails \
  --query "emails from investors in the last 30 days"

ls ~/airstore/sources/gmail/investor-emails/
# 001-seed-round-followup.eml
# 002-q4-update-reply.eml
Point Claude Code at the folder. It now has the context it needs.

Who it’s for

  • Developers using Claude Code for non-coding tasks like email triage, PR review, or document analysis
  • Teams building agent products who need structured context management
  • Organizations wanting permissions, audit logs, and control over what agents can access

Key concepts

ConceptDescription
SourcesData you connect (Gmail, GitHub, Drive). Appear as folders. Read-only.
ToolsActions you can take (create issue, send message). Appear as executables.
Smart foldersNatural language queries that materialize as files.
MountingAttach the virtual filesystem locally or in cloud sandboxes.

Get started