Releases: fetchai/fetchcoder-releases
FetchCoder v2.0.0-alpha.1
FetchCoder v2.0.0-alpha.1
This is the first alpha release of FetchCoder v2, featuring a complete rewrite with modern architecture and enhanced capabilities.
What's New in V2
- Modern TypeScript-based architecture with Bun runtime
- Enhanced MCP (Model Context Protocol) support
- Agentverse integration with custom agent prompts
- ASI1 provider support
- Improved tool system with 13+ built-in tools
- Better session management and state persistence
Installation
Via npm (Recommended)
npm install -g @fetchai/fetchcoder@alphaManual Download
Download the appropriate binary for your platform below and extract it:
# Linux x64
tar -xzf fetchcoder-linux-x64.tar.gz
cd fetchcoder-linux-x64/bin
./fetchcoder
# macOS (Apple Silicon)
tar -xzf fetchcoder-darwin-arm64.tar.gz
cd fetchcoder-darwin-arm64/bin
./fetchcoder
# macOS (Intel)
tar -xzf fetchcoder-darwin-x64.tar.gz
cd fetchcoder-darwin-x64/bin
./fetchcoder
# Windows
tar -xzf fetchcoder-windows-x64.tar.gz
cd fetchcoder-windows-x64/bin
./fetchcoder.exePlatform Variants
- Standard: Optimized builds for modern CPUs
- Baseline: Compatible with older CPUs
- Musl: For Alpine Linux and musl-based systems
Configuration
After installation, configure your API keys in ~/.fetchcoder/.env:
ASI1_API_KEY=your_asi1_api_key_here
AGENTVERSE_API_KEY=your_agentverse_api_key_here # OptionalGet your API keys:
- ASI1: https://asi1.ai
- Agentverse: https://agentverse.ai
Notes
- This is an alpha release - expect bugs and breaking changes
- V1 remains available and supported at
@fetchai/fetchcoder@latest - Feedback and bug reports: https://github.com/fetchai/fetchcoder/issues
What's Included
Each package contains:
fetchcoderexecutable (142MB, includes Bun runtime)agentverse_mcp_server.js(5.3MB, bundled MCP server)fetchcoder.jsonc(configuration file).env(environment variables template).fetchcoder/(agent prompts, commands, themes)
Documentation
- Quick Start: See README.md in the package
- Configuration: https://fetchcoder.ai/docs
- GitHub: https://github.com/fetchai/fetchcoder
FetchCoder v1.1.0
FetchCoder v1.1.0 Binary Release
This release contains pre-compiled binaries for all supported platforms.
📦 Platform Binaries
- macOS Apple Silicon: fetchcoder-darwin-arm64.tar.gz (50MB)
- macOS Intel: fetchcoder-darwin-amd64.tar.gz (55MB)
- Linux x64: fetchcoder-linux-amd64.tar.gz (82MB)
- Linux ARM64: fetchcoder-linux-arm64.tar.gz (79MB)
- Windows x64: fetchcoder-windows-amd64.tar.gz (87MB)
🚀 Installation via npm
npm install -g @fetchai/fetchcoderThe npm package will automatically download the correct binary for your platform from this release.
📝 What's New
See the main repository release notes: https://github.com/fetchai/fetchcoder/releases/tag/v1.1.0
🔗 Links
- Main Repository: https://github.com/fetchai/fetchcoder
- npm Package: https://www.npmjs.com/package/@fetchai/fetchcoder
v1.0.11
Release v1.0.11 - Automatic PATH configuration in npm installer
v1.0.10
Release v1.0.10 - Updated npm package README with improved installation instructions
v1.0.9
FetchCoder v1.0.9 Binaries
Platform-specific binaries for FetchCoder v1.0.9
Installation
npm install -g @fetchai/fetchcoder@1.0.9Manual Download
Download the appropriate binary for your platform below.
Changelog
See main repository: https://github.com/fetchai/fetchcoder/releases/tag/v1.0.9
FetchCoder v1.0.7
Binary release for FetchCoder v1.0.7 - AI Coding Agent for the Terminal
Platforms
- macOS (Apple Silicon & Intel)
- Linux (x64 & ARM64)
- Windows (x64)
Installation
npm install -g @fetchai/fetchcoderFeatures
- Enhanced installation UI with progress bars
- Multi-platform support with automatic detection
- ASI1 and Agentverse MCP integration
- All binaries signed and notarized (macOS)
Visit https://fetchcoder.ai for documentation.