Skip to content

Releases: fetchai/fetchcoder-releases

FetchCoder v2.0.0-alpha.1

11 Dec 23:15

Choose a tag to compare

Pre-release

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@alpha

Manual 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.exe

Platform 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  # Optional

Get your API keys:

Notes

What's Included

Each package contains:

  • fetchcoder executable (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

FetchCoder v1.1.0

10 Oct 09:44

Choose a tag to compare

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/fetchcoder

The 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

v1.0.11

08 Oct 11:25

Choose a tag to compare

Release v1.0.11 - Automatic PATH configuration in npm installer

v1.0.10

08 Oct 11:05

Choose a tag to compare

Release v1.0.10 - Updated npm package README with improved installation instructions

v1.0.9

08 Oct 10:35

Choose a tag to compare

FetchCoder v1.0.9 Binaries

Platform-specific binaries for FetchCoder v1.0.9

Installation

npm install -g @fetchai/fetchcoder@1.0.9

Manual 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

03 Oct 18:12

Choose a tag to compare

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/fetchcoder

Features

  • 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.