fire-code-cli
Version:
AI-powered coding assistant for the terminal. A ChatGPT-like CLI tool built with React Ink and Fireworks AI.
73 lines (49 loc) • 1.8 kB
Markdown
# FireCode: Lightning-fast AI coding agent
Try it out:
```bash
npx fire-code@latest
```
```bash
bunx fire-code@latest
```
Or try the beta channel:
```bash
npx fire-code@next
```
## Overview
FireCode is a next-generation AI coding agent designed to supercharge your development workflow. Powered by state-of-the-art open source models running on Fireworks AI's lightning-fast inference platform, FireCode delivers unmatched performance and capabilities.
- **Lightning-fast inference**: Powered by Fireworks AI's next-generation inference platform
- **SOTA open source models**: Access to the latest and most capable open source AI models
- **Cross-platform shell**: Full support for Windows, Linux, and macOS
- **High performance UI**: 60 FPS rendering with React concurrent features
- **Extensible tool system**: Add custom tools with rich UI in one step
## Demo
#### Youtube clone
https://github.com/user-attachments/assets/67c52f00-7c54-404d-b1e2-244312f0094a
## Features
#### 1. Powered by Fireworks AI
FireCode harnesses the power of Fireworks AI's cutting-edge inference platform to deliver lightning-fast responses from state-of-the-art open source models:
```json
{
"model": "accounts/fireworks/models/qwen3-235b-a22b"
}
```
#### 2. MCP Integration
Integrate powerful MCP capabilities into your workflow in 1 step. FireCode provides ready-to-use MCP tools that can be implemented with just a few lines of code:
```json
{
"mcp": [{}]
}
```
#### 3. Cross-platform shell
FireCode features a robust cross-platform shell that supports Windows, Linux, and macOS, ensuring consistent performance across all development environments.
## Available tools
- Read file
- Write file
- Edit file
- Think
- Memory edit
- Memory read
- Planning
- Grep
Contributions are welcome!