bifrost

The Fastest LLM Gateway with built in OTel observability and MCP gateway

GitHub Stars

537

User Rating

Not Rated

Favorites

0

Views

25

Forks

38

Issues

41

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Docker or Go 1.23+ must be installed.
An API key from any AI provider (OpenAI, Anthropic, Bedrock, etc.) is required.

Installation Steps

1. Start Bifrost

bash

Using Docker

docker pull maximhq/bifrost docker run -p 8080:8080 maximhq/bifrost

Using Go binary

go install github.com/maximhq/bifrost/transports/bifrost-http@latest bifrost-http -port 8080

2. Open the web interface

bash

macOS:

open http://localhost:8080

Linux:

xdg-open http://localhost:8080

Windows:

start http://localhost:8080

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check the installation status of Docker or Go.