https://github.com/wezm/pitemp
Small tool to display CPU and GPU temperature on Raspberry Pi
https://github.com/wezm/pitemp
linux raspberry-pi rust
Last synced: over 1 year ago
JSON representation
Small tool to display CPU and GPU temperature on Raspberry Pi
- Host: GitHub
- URL: https://github.com/wezm/pitemp
- Owner: wezm
- License: gpl-2.0
- Created: 2018-11-11T02:35:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T22:36:49.000Z (about 6 years ago)
- Last Synced: 2025-02-28T21:36:10.646Z (over 1 year ago)
- Topics: linux, raspberry-pi, rust
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pitemp
Small tool to display CPU and GPU temperature on Raspberry Pi
[](https://builds.sr.ht/~wezm/pitemp?)

## Compatibility
`pitemp` has been tested on these devices:
* Raspberry Pi 3 B
* Raspberry Pi 4
* Raspberry Pi Zero W
## Installing
### From Binary Release
[Latest Release][release]
`pitemp` is a single small binary. To download the latest release do the following:
curl -L https://releases.wezm.net/pitemp/pitemp-v0.3.0-arm-unknown-linux-gnueabihf.tar.gz | tar zxf -
The binary should be in your current directory and can be run as follows:
./pitemp
Feel free to move it elsewhere (`~/.local/bin` for example).
### From Source
**Note:** You will need the [Rust compiler installed][rust].
git clone https://github.com/wezm/pitemp.git
cargo install --path pitemp
## License and Credits
`pitemp` is licensed under the [GPL 2 license][license] and is inspired by
[pitemp script by Vivek Gite][nixcraft] released under GPL v2.x+.
[rust]: https://www.rust-lang.org/en-US/install.html
[nixcraft]: https://www.cyberciti.biz/faq/linux-find-out-raspberry-pi-gpu-and-arm-cpu-temperature-command/
[release]: https://releases.wezm.net/pitemp/
[license]: https://github.com/wezm/pitemp/blob/master/LICENSE