pitemp

Small tool to display CPU and GPU temperature on Raspberry Pi

GPL-2.0 License

Stars
5

pitemp

Small tool to display CPU and GPU temperature on Raspberry Pi

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

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.

git clone https://github.com/wezm/pitemp.git
cargo install --path pitemp

License and Credits

pitemp is licensed under the GPL 2 license and is inspired by pitemp script by Vivek Gite released under GPL v2.x+.

Badges
Extracted from project README
builds.sr.ht status