Web Analytics

framework-tool-tui

⭐ 285 stars French by grouzen

Système Framework TUI

Rust ratatui Framework Laptop

Un tableau de bord TUI réactif pour contrôler et surveiller le matériel de votre Framework Laptop — charge, confidentialité, éclairage, ports USB PD, et plus encore.

demo

:octocat: Fonctionnalités

Matériel Framework Laptop

Installation

:dvd: Binaries

Les binaires précompilés pour Linux, Windows et FreeBSD sont disponibles en téléchargement sur la page Releases

:memo: Depuis la source

Nécessite Rust (Édition 2024) et un Framework laptop.

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: Distributions Linux

#### Gentoo linux

Il est disponible via les paquets officiels Gentoo ou l’overlay 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

Il est disponible via AUR ou archlinuxcn

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

#### NixOS linux

Il est disponible via les paquets officiels NixOS :

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

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

#### :beer: Homebrew pour Linux

Disponible via la formule framework-tool-tui

brew install framework-tool-tui

😈 FreeBSD

Il est disponible dans les ports FreeBSD

pkg install framework-tool-tui

Windows

Pour l’instant, vous pouvez l’installer Depuis la Source ou Depuis les Binaries Précompilées

:man: Exécuter

Il doit être exécuté avec les privilèges root pour accéder aux contrôles matériels.

sudo framework-tool-tui

:pencil: Architecture

Voir ARCHITECTURE.md pour une analyse technique complète.

:handshake: Contribution

Les pull requests sont les bienvenues ! Pour les rapports de bugs ou demandes de fonctionnalités, voir Issues.

Vérifiez votre code avant de pousser

Il est recommandé d'exécuter cargo make check-all avant de valider et de pousser sur votre branche de fonctionnalité.

Cela nécessite que le runner cargo make soit installé sur votre système :

cargo install --force cargo-make

Convention de message de commit

Ce projet utilise Conventional Commits pour la gestion automatique des versions et la génération du journal des modifications. Veuillez formater vos messages de commit comme suit :

: 

[optional body]

Types courants :

Exemples :
feat: add thermal monitoring support
fix: correct battery percentage calculation
docs: update installation instructions
Pour les changements majeurs, ajoutez ! après le type ou incluez BREAKING CHANGE: dans le pied de page :

feat!: redesign UI layout

Pile technique

:judge: Licence

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.

Voir LICENSE et Cargo.toml pour la licence et les dépendances.

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