██████╗ ███╗ ███╗ █████╗ ███████╗██╗ ██╗
██╔═══██╗████╗ ████║██╔══██╗██╔════╝██║ ██║
██║ ██║██╔████╔██║███████║███████╗███████║
██║ ██║██║╚██╔╝██║██╔══██║╚════██║██╔══██║
╚██████╔╝██║ ╚═╝ ██║██║ ██║███████║██║ ██║
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
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
欢迎试用,也欢迎反馈问题共建,目前仅在当前 AMD 笔记本上测试,只支持 Omarchy Quattro 。