Web Analytics

framework-tool-tui

⭐ 285 stars Simplified Chinese by grouzen

Framework 系统 TUI

Rust ratatui Framework Laptop

一个快速响应的 TUI 仪表盘,用于控制和监控你的 Framework 笔记本硬件——充电、隐私、灯光、USB PD 端口等。

demo

:octocat: 特性

Framework 笔记本硬件

安装

:dvd: 二进制文件

Linux、Windows 和 FreeBSD 的预编译二进制文件可在 Releases 页面下载

:memo: 从源码安装

需要 Rust(2024 版)和一台 Framework 笔记本。

git clone https://github.com/grouzen/framework-tool-tui.git
cd framework-tool-tui
cargo build --release

or via cargo install

cargo install --path .

:penguin: Linux 发行版

#### Gentoo linux

它可以通过官方的 Gentoo 软件包lamdness 覆盖层获得

# Official gentoo repository
sudo emerge -av app-laptop/framework-tool-tui

or via lamdness overlay

sudo eselect repository enable lamdness sudo emaint -r lamdness sync sudo emerge -av app-laptop/framework-tool-tui

#### Arch linux

它可以通过 AURarchlinuxcn 获取

[yay/paru] -S framework-tool-tui # Install from AUR
sudo pacman -S framework-tool-tui # Install from archlinuxcn

#### NixOS Linux

它可通过官方的 NixOS 软件包 获取:

nix-shell -p framework-tool-tui # Install temporarily

Add to the NixOS configuration or use nix profile to install permanently

#### :beer: Linux 版 Homebrew

可通过 framework-tool-tui 配方 获取

brew install framework-tool-tui

😈 FreeBSD

它可在 FreeBSD ports 中获得

pkg install framework-tool-tui

Windows

目前,您可以选择从源码安装从预编译二进制文件安装

:man: 运行

需要以管理员权限运行才能访问硬件控制。

sudo framework-tool-tui

:pencil: 架构

完整的技术细节请参见 ARCHITECTURE.md

:handshake: 贡献

欢迎提交拉取请求!有关错误报告或功能请求,请参见 Issues。

推送代码前的检查

建议在提交并推送到功能分支之前运行 cargo make check-all

这要求你的系统上安装了 cargo make 运行器:

cargo install --force cargo-make

提交信息规范

本项目使用Conventional Commits进行自动版本控制和变更日志生成。请按照以下格式编写您的提交信息:

: 

[optional body]

常见类型:

示例:
feat: add thermal monitoring support
fix: correct battery percentage calculation
docs: update installation instructions
对于破坏性更改,在类型后添加!或在页脚中包含BREAKING CHANGE:

feat!: redesign UI layout

技术栈

:judge: 许可证

MIT License

Copyright (c) 2025 Mykhailo Nedokushev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

请参阅 LICENSECargo.toml 了解许可和依赖项。

--- Tranlated By Open Ai Tx | Last indexed: 2026-05-09 ---