Website
FreeConversations with your files! Manage and run your AI presets!
FreeFree tier
About Website
GPT Runner is an open-source tool that enables developers to manage AI presets and engage in AI-powered conversations with their code files. It provides a CLI, a web interface, and a VSCode extension, allowing users to select files or folders and receive AI responses based on real-time file contents. It supports multiple large language models (including OpenAI and Anthropic), offers a preset manager for version-controlled AI roles (stored as .gpt.md files), and prioritizes privacy by storing data locally. Designed to boost individual and team development efficiency, it also supports localization and flexible AI parameter configuration.
Key Features
Conversations with Code Files: Select files or folders and engage in real-time conversations with AI.
Powerful CLI and IDE Integration: Run efficient AI workflows via terminal or integrate with VSCode.
AI Preset Manager: Manage AI role presets stored as Markdown files under version control.
Customizable AI Parameters: Flexibly control model configuration (e.g., temperature, model choice).
Support for Third-Party LLMs: Compatible with OpenAI, Anthropic, and other providers.
Privacy-First: All data stored locally on the user's machine.
Locale Support: Available in multiple languages (English, Chinese, etc.).
Pros & Cons
Pros
- Privacy-first: all data stays local, no cloud storage required.
- Supports multiple LLMs (OpenAI, Anthropic, etc.), giving flexibility.
- AI presets are version-controllable Markdown files, easy to share and collaborate.
- Works via CLI, web UI, and VSCode extension, adapting to different workflows.
- Open source and free to use, with community contributions and bug tracking.
- Multi-language interface support enhances accessibility.
Cons
- Requires Node.js >= 16.15.0 and an external API key (OpenAI or Anthropic) to function.
- Initial setup involves downloading dependencies via npx, which can be time-consuming.
- Not a standalone product; relies on third-party AI API availability and pricing.
- Limited to code file interactions; may not suit non-code focused use cases.
Best For
Ask AI about code: propose features, fix bugs, or get explanations by selecting relevant files.Manage and share AI presets across a team: version control prompts for consistency and reusability.Boost development efficiency: automate code review, documentation generation, or refactoring with AI.