Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
C

clash

> 编程语言
Open source

A rule based proxy in Go.

2.1K stars0 likes0 views
WebsiteGitHub

About

A rule based proxy in Go.


Clash

A rule based proxy in Go.

## Features - HTTP/HTTPS and SOCKS proxy - Surge like configuration - GeoIP rule support ## Install You can build from source: ```sh go get -u -v github.com/Dreamacro/clash ``` Pre-built binaries are available: [release](https://github.com/Dreamacro/clash/releases) Requires Go >= 1.10. ## Daemon Unfortunately, there is no native elegant way to implement golang's daemon. So we can use third-party daemon tools like pm2, supervisor, and so on. In the case of [pm2](https://github.com/Unitech/pm2), we can start the daemon this way: ```sh pm2 start clash ``` If you have Docker installed, you can run clash directly using `docker-compose`. [Run clash in docker](https://github.com/Dreamacro/clash/wiki/Run-clash-in-docker) ## Config Configuration file at `$HOME/.config/clash/config.ini` Below is a simple demo configuration file: ``` … ``` ## License ## TODO - [ ] Complementing the necessary rule operators

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Go

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言