Skip to content

Releases: Votline/PowerChecker

PowerChecker v2.1

31 Aug 14:31

Choose a tag to compare

PowerChecker v2.0 - Release

image

Ultra-optimized transparent battery tracker on top of all windows

Major changes:

  1. Complete refactoring of the architecture - transition to a modular system
  2. ×10 performance gain - pre-caching of meshes
  3. Configuration system - settings via JSON without recompilation
  4. Unified system of elements - it's easy to add new features

Technical improvements:

  1. Optimized rendering - VAO caching for all characters
  2. Flexible shader system - uniform colors and positioning
  3. Cross-platform - ready-made binaries for Linux and Windows
  4. Zero-dependencies - self-contained executable files

📦 Installation

git clone https://github.com/Votline/PowerChecker && cd PowerChecker && go mod download && go build -o powechecker && ./powerchecker

Or download a pre-built Linux binary ↓

PowerCheck v1.2

10 Jun 19:07

Choose a tag to compare

PowerCheck v1.2 - Minimalistic Battery Monitor

image

🔋 Key Features

  • Clean Interface - Only essential information
  • Instant Shutdown - SD (Shutdown) button
  • Sleep Mode - SS (Suspend) button
  • Accurate Charge Percentage - Data directly from /sys/class/power_supply/BAT0/capacity

🛠 Technologies

  • Go as the main language
  • OpenGL for graphics
  • GLFW for window management

📦 Installation

git clone https://github.com/Votline/PowerCheck && cd PowerCheck 
go mod download
go build

Or download a pre-built Linux binary↓

PowerCheck v1.1

09 Jun 05:01

Choose a tag to compare

PowerCheck v1.1 - Minimalistic Battery Monitor

image

🔋 Key Features

  • Clean Interface - Only essential information
  • Instant Shutdown - SD (Shutdown) button
  • Sleep Mode - SS (Suspend) button
  • Accurate Charge Percentage - Data directly from /sys/class/power_supply/BAT0/capacity

🛠 Technologies

  • Go as the main language
  • OpenGL for graphics
  • GLFW for window management

📦 Installation

git clone https://github.com/Votline/PowerCheck && cd PowerCheck 
go mod download
go build

Or download a pre-built Linux binary↓

PowerCheck v1.0

09 Jun 04:34

Choose a tag to compare

PowerCheck v1.0 - Minimalistic Battery Monitor

image

🔋 Key Features

  • Clean Interface - Only essential information
  • Instant Shutdown - SD (Shutdown) button
  • Sleep Mode - SS (Suspend) button
  • Accurate Charge Percentage - Data directly from /sys/class/power_supply/BAT0/capacity

🛠 Technologies

  • Go as the main language
  • OpenGL for graphics
  • GLFW for window management

📦 Installation

git clone https://github.com/Votline/PowerCheck && cd PowerCheck 
go mod download
go build

Or download a pre-built Linux binary↓