Omarchy Quattro 正式版发布了,顺便分享自己给 Quattro 定制的 Clash TUI

发布于

我们的 code:

```
██████╗ ███╗ ███╗ █████╗ ███████╗██╗ ██╗
██╔═══██╗████╗ ████║██╔══██╗██╔════╝██║ ██║
██║ ██║██╔████╔██║███████║███████╗███████║
██║ ██║██║╚██╔╝██║██╔══██║╚════██║██╔══██║
╚██████╔╝██║ ╚═╝ ██║██║ ██║███████║██║ ██║
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
```

![omash with a blue Omarchy theme](http://pic.zhso.org/2026/08/15/89fa1652d988.jpg)
![omash with an orange Omarchy theme](http://pic.zhso.org/2026/08/15/6bb7c055c06b.jpg)

omash 基于 Clash Verge Rev 的 Rust 代码开发,仅提供 TUI ,不依赖 Webview,并针对 Omarchy 做了适配:

- 自动跟随当前 Omarchy 主题,切换主题后实时更新
- Mihomo 由 systemd 用户服务托管,关闭 TUI 后代理仍会继续运行
- 支持订阅、节点选择、延迟测试、连接管理和日志查看
- 支持 Rule 、Global 、Direct 模式
- 支持系统代理、局域网、IPv6 、配置增强及定时更新
- 附带 Omarchy Shell 状态栏插件,可以直接切换模式和节点
- Mihomo 与 GeoIP 通过系统包管理,跟随 omarchy update 更新

安装:

```
curl -fsSL https://raw.githubusercontent.com/ourongxing/omash/main/scripts/install | bash
```

也可以通过源码构建,

```
omarchy pkg aur add mihomo clash-geoip

# Run these two commands only when Cargo is not already installed.
omarchy install dev-env rust
source "$HOME/.cargo/env"

git clone https://github.com/ourongxing/omash.git
cd omash
cargo build --locked --release
sudo install -Dm755 target/release/omash /usr/bin/omash
sudo install -Dm644 systemd/omash-supervisor.service \
/usr/lib/systemd/user/omash-supervisor.service
systemctl --user daemon-reload
```

最近 AUR 没法注册,所以也就没有上传到 AUR 。

安装完成后运行:

```
omash
```

首次启动会自动生成配置和 API 密钥,不需要手动配置或启动 Mihomo 。

项目地址: [https://github.com/ourongxing/omash](https://github.com/ourongxing/omash)

欢迎试用,也欢迎反馈问题共建,目前仅在当前 AMD 笔记本上测试,只支持 Omarchy Quattro 。

---

原文链接:[点击查看](https://www.v2ex.com/t/1234572)

评论(2)

厉害了,我之前也撸过一个基于 sing-box api 的 TUI,用起来挺爽的

· 0 个赞

回复

@capgrey sing-box 我还没用过,和 Clash 比起来体验怎么样?

· 0 个赞

0.055940s