Skip to content

Add changelog#104

Merged
utajum merged 1 commit into
masterfrom
changelog
May 21, 2026
Merged

Add changelog#104
utajum merged 1 commit into
masterfrom
changelog

Conversation

@utajum
Copy link
Copy Markdown
Owner

@utajum utajum commented May 21, 2026

No description provided.

@github-actions
Copy link
Copy Markdown

Build Artifacts

Built from commit e2b3ebb — version 0.0.0-pr.104.e2b3ebb

Download g-helper-linux-pr-104.zip

View on GitHub Actions (requires login)


Contents:

File Description
GHelper-x86_64.AppImage All-in-one AppImage (easiest to run)
ghelper Native AOT binary (self-contained, native libs embedded)
90-ghelper.rules Udev rules for hardware access without sudo
ghelper-gpu-boot.sh GPU mode boot script (applies Eco/Standard before display manager)
ghelper-gpu-boot.service Systemd service for GPU boot script

Quick test (download + extract):

wget https://nightly.link/utajum/g-helper-linux/actions/runs/26222587363/g-helper-linux-pr-104.zip && unzip g-helper-linux-pr-104.zip -d g-helper-linux-pr-104 && cd g-helper-linux-pr-104

Option A — AppImage (easiest):

chmod +x GHelper-x86_64.AppImage
./GHelper-x86_64.AppImage

Option B — Native binary:

chmod +x ghelper
./ghelper

Install udev rules (required for hardware access):

sudo cp 90-ghelper.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger

Note: Without udev rules, ghelper needs sudo to access fan curves, performance modes, keyboard backlight, etc.

Install GPU boot service (required for GPU mode switching across reboots):

sudo mkdir -p /usr/local/lib/ghelper
sudo cp ghelper-gpu-boot.sh /usr/local/lib/ghelper/
sudo chmod 755 /usr/local/lib/ghelper/ghelper-gpu-boot.sh
sudo cp ghelper-gpu-boot.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable ghelper-gpu-boot.service

Artifacts expire in 7 days.

@utajum utajum merged commit 10d9901 into master May 21, 2026
5 checks passed
@utajum utajum deleted the changelog branch May 21, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant