

Poolside just open-sourced 'pool': A model-agnostic terminal coding agent that runs locally via Ollama
Poolside just open-sourced Pool, a new terminal-based coding agent. The agent itself is model-agnostic and built for flexibility. If you are tired of being locked into specific editors or closed ecosystems for agentic coding, this is worth checking out. It is designed to work either as a standalone CLI tool or integrated directly into your existing workflow.
Features:
- Native Local Execution: Features built-in support for Ollama (via
ollama launch pool), allowing you to run local models entirely offline with zero API costs. - Universal API & OpenRouter Support: Connect seamlessly to any OpenAI-compatible API (like vLLM or llama.cpp) or log in via OpenRouter to swap between external models on the fly.
- Editor & Protocol Agnostic: Runs as a standalone interactive terminal application, but fully supports the Agent Client Protocol (ACP) to run inside compatible editors like Zed, JetBrains, and Xcode.
- Extensible via MCP: Natively connects to Model Context Protocol (MCP) servers, allowing you to easily plug in external tools, file systems, and custom APIs.
- Security Controls: Includes highly customizable permission scopes for shell execution and file paths (e.g., requiring manual approval before destructive commands or restricting write access to specific directories).
↗️ More info: https://aideveloper44.com/product/pool-6a4a06528b7db1a9bf1f6e7d
↗️ GitHub: https://github.com/poolsideai/pool