# adams549659584/go-proxy-bingai

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/adams549659584-go-proxy-bingai).**

8,502 stars · 11,953 forks · HTML · MIT

## Links

- GitHub: https://github.com/adams549659584/go-proxy-bingai
- awesome-repositories: https://awesome-repositories.com/repository/adams549659584-go-proxy-bingai.md

## Description

This project is a Bing AI proxy gateway and web-based chat interface. It functions as a Go reverse proxy that routes HTTP traffic to external AI endpoints, allowing users to bypass regional network restrictions and login requirements.

The system utilizes SOCKS5 proxy tunneling and environment-variable configuration to circumvent IP-based blocking and regional firewalls. It manages authentication by injecting predefined session cookies into outgoing requests to maintain private AI sessions and unlock personalized features.

The application integrates a Vue-based single page application for the frontend, which is served directly from the Go binary. Additional capabilities include the integration of open-source prompt libraries, chat history export to local document formats, and basic interface access restrictions.

The project supports containerized deployment via Docker and provides cross-platform binary compilation for multiple operating systems and CPU architectures.

## Tags

### Networking & Communication

- [HTTP Reverse Proxies](https://awesome-repositories.com/f/networking-communication/http-reverse-proxies.md) — Implements a reverse proxy server that routes HTTP traffic to external AI endpoints to bypass regional restrictions.
- [AI Proxy Gateways](https://awesome-repositories.com/f/networking-communication/ai-proxy-gateways.md) — Implements a Go-based reverse proxy gateway to provide access to Bing AI while bypassing regional restrictions.
- [AI Provider Proxies](https://awesome-repositories.com/f/networking-communication/api-proxies/ai-provider-proxies.md) — Provides a proxy specifically designed to route traffic to AI providers while bypassing IP bans and login requirements. ([source](https://github.com/adams549659584/go-proxy-bingai#readme))
- [Authenticated Request Proxies](https://awesome-repositories.com/f/networking-communication/api-proxies/authenticated-request-proxies.md) — Acts as an authenticated request proxy that injects stored credentials into outgoing AI API calls.
- [SOCKS Proxies](https://awesome-repositories.com/f/networking-communication/socks-proxies.md) — Routes outbound backend traffic through SOCKS proxies to circumvent IP-based blocking and regional firewalls. ([source](https://github.com/adams549659584/go-proxy-bingai/blob/master/README.md))
- [SOCKS5 Proxy Tunneling Clients](https://awesome-repositories.com/f/networking-communication/socks5-proxies/socks5-proxy-tunneling-clients.md) — Routes outbound traffic through a SOCKS5 proxy tunnel to circumvent regional network restrictions and firewalls.

### Security & Cryptography

- [Regional Access Bypassing](https://awesome-repositories.com/f/security-cryptography/regional-access-bypassing.md) — Bypasses regional geographic restrictions to provide access to Bing AI services.
- [LLM Session State Management](https://awesome-repositories.com/f/security-cryptography/identity-access-management/session-management/stateful-session-persistence/agentic-session-persistence/session-initializers/llm-session-state-management.md) — Manages persistent AI session state via cookies to enable personalized features and consistent model behavior. ([source](https://github.com/adams549659584/go-proxy-bingai#readme))

### Artificial Intelligence & ML

- [Self-Hosted Chat Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/artificial-intelligence-tooling/chat-conversational-interfaces/ai-interfaces/self-hosted-chat-interfaces.md) — Offers a deployable self-hosted web frontend for private interaction with AI backends.
- [AI Chat Interfaces](https://awesome-repositories.com/f/artificial-intelligence-ml/generative-ai-resources/generative-ai-interfaces/ai-chat-interfaces.md) — Ships a web-based conversational interface for interacting with large language models.
- [AI Prompt Configurations](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-prompt-configurations.md) — Integrates curated AI prompt configurations to standardize and refine the quality of generated responses. ([source](https://github.com/adams549659584/go-proxy-bingai#readme))
- [AI Session Managers](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-session-managers.md) — Manages AI interaction history and session data through a proxy to maintain personalized access.

### Content Management & Publishing

- [Session Cookie Emulation](https://awesome-repositories.com/f/content-management-publishing/content-management-systems/content-sharing-and-embedding/private-content-access-controls/signed-url-and-cookie-access/session-cookie-emulation.md) — Implements session cookie emulation to mimic authenticated user sessions for accessing private AI APIs.

### DevOps & Infrastructure

- [AI Server Containerization](https://awesome-repositories.com/f/devops-infrastructure/container-orchestration/container-runtimes/runtime-configuration-interfaces/docker-socket-orchestrators/docker-target-configurators/docker-container-deployments/ai-server-containerization.md) — Packages the AI chat UI and proxy server into a Docker container for simplified hosting.
- [Containerized Deployments](https://awesome-repositories.com/f/devops-infrastructure/containerized-deployments.md) — Provides Docker support for consistent packaging and deployment across different infrastructure environments. ([source](https://github.com/adams549659584/go-proxy-bingai/blob/master/docker/Dockerfile))

### Software Engineering & Architecture

- [Single Page Applications](https://awesome-repositories.com/f/software-engineering-architecture/software-architecture/architectural-patterns/layering-presentation/application-layer-architectures/application-architecture-patterns/single-page-applications.md) — Provides a dynamic Vue-based single-page application for interacting with the AI proxy backend.
