ekoDB Beta is live! Try it for free today!
Get started
Deploy your backend in minutes
Deploy a database and an AI agent in the cloud, connect them from the desktop app or your terminal, and build by chatting with your agent.
Deploy
A database and an AI agent, in the cloud
Connect
From the desktop app or your terminal
Build
Chat with your agent to ship your backend
How it works
What is ekoDB, and how does it work?
ekoDB gives you two building blocks: a database that holds your data (with chat, RAG, and vector search built in), and an AI agent that works directly on it. Both are fully managed cloud deployments. Just need storage? The database runs perfectly well on its own.
Deploy a database and an agent
Create two free deployments: a database and an agent that connects to it. Free to start; add the agent later if you want the database first.
Connect from your desktop or terminal
Download a client below to work with your deployments. Both connect to your cloud agent; neither runs the backend or holds your keys.
Desktop app
A native app for macOS, Linux, and Windows
Manage agents, chat, browse your collections, and watch tasks run in a full desktop UI. It connects to the agent you deployed in the cloud.
Download for macOS (Apple Silicon)ekodb-claw-gui-macos-aarch64.app.zip
After downloading
- unzip ekodb-claw-gui-macos-aarch64.app.zip
- xattr -cr ekodb-claw-gui.app
- mv ekodb-claw-gui.app /Applications/
- open /Applications/ekodb-claw-gui.app
- If macOS still warns you, right-click the app in Finder → Open.
Advanced: install via terminal
$curl -fsSL https://storage.googleapis.com/ekodb-cdn/releases/ekodb-claw/install/install.sh | bash -s -- guiAuto-detects your OS and CPU, installs to your PATH, and handles permissions for you.
Terminal client
An interactive agent in your terminal or shell
The same agent, keyboard-first. Authenticate, pick your deployment, and start a chat session right from the shell. Connects to your cloud agent too.
Download for macOS (Apple Silicon)ekodb-claw-cli-macos-aarch64
After downloading
- chmod +x ekodb-claw-cli-macos-aarch64
- xattr -d com.apple.quarantine ekodb-claw-cli-macos-aarch64
- ./ekodb-claw-cli-macos-aarch64
Advanced: install via terminal
$curl -fsSL https://storage.googleapis.com/ekodb-cdn/releases/ekodb-claw/install/install.sh | bash -s -- cliAuto-detects your OS and CPU, installs to your PATH, and handles permissions for you.
Build with your agent
Chat with your agent to design your backend. It can create collections, schemas, and functions directly in your database, run tools, goals, and scheduled tasks, manage deployments, and more. This is where you actually build.
Build your first agentNew to ekoDB? Read the quick start.