ALIEN

Take control of your Acer Predator. On Linux. Properly.

Fans · keyboard lighting · cooling curves · telemetry · per-game profiles

$ curl -fsSL https://alien.hartle.tech/install.sh | sh

Debian · Ubuntu · Mint · Fedora · Arch · NixOS — or take a package yourself

01 / the problem

Acer never shipped this for Linux

PredatorSense exists on Windows. On Linux you get a laptop whose fans, keyboard and thermal behaviour are entirely out of your hands — and a stock fan curve that never ramps past about 3500 RPM no matter how hot the chip gets.

Alien is the control panel that was missing. It speaks the real Acer gaming-WMI protocol, recovered by reverse-engineering PredatorSense itself, so the firmware treats it exactly like the vendor tool.

01

Fans that actually respond

Firmware-auto, maximum, per-fan manual duty, and independent per-fan modes. Off the stock curve, the same chip holds 2406 MHz instead of 1446 — +61.8% sustained throughput, measured over a 4×20-minute A/B/A.

02

Four-zone keyboard lighting

Per-zone colour and brightness, plus Breathing, Wave, Zoom, Shifting and Neon — through the real vendor protocol, read back per zone so what you see is what the firmware holds.

03

A real cooling curve

Asymmetric hysteresis, dwell timers, a critical latch and boot-into-failsafe. Quiet at idle, ramps before the chassis saturates. PredatorSense has no equivalent.

04

Game profiles that survive a crash

Apply a profile for a game and always get it back — even on SIGKILL, even across suspend. The baseline is written to disk before the hardware is touched, so nothing strands your fans at 100%.

05

Tells you why it's slow

Which cap is actually binding — thermal, power, or nothing at all. No other tool on Linux or Windows reports this, which is why so much tuning advice is folklore.

06

Three ways to drive it

A desktop app, a terminal UI that works over SSH, and a scriptable CLI with JSON output. One protocol library underneath, one unprivileged socket.

02 / specimen comparison

Alien vs PredatorSense

Written to be checkable. Where Alien is behind, it says so — including the two controls this firmware simply refuses.

CapabilityPredatorSenseAlien
Runs on Linuxnoyes
Fan automatic / maximumyesyes
Per-fan manual dutyyesyes
Independent per-fan modesnoyes
Temperature curve with hysteresisnoyes
Four-zone lighting and effectsyesyes
Per-key lightingper-key models onlyyesexperimental
Per-game profilesyesyes
Profile survives a crash or SIGKILLnoyes
Reports which limiter is bindingnoyes
Scriptable CLI with JSON outputnoyes
Terminal UI, works over SSHnoyes
Reports what your model really supportsrather than shipping dead controlsnoyes
CoolBoostworks; no cooling benefit measuredyespartial
GPU Normal / Faster / Turboimplemented; no speed-up measuredyespartial
Battery charge limitfirmware rejects it on the reference modelyesno
Keyboard backlight timeoutfirmware rejects it on the reference modelyesno
Boot animation, OSD overlayyesno

Full breakdown, including facer and Linuwu-Sense: docs/parity.md

03 / installation

Get it on your machine

The one-liner detects your distribution, installs the matching package and the kernel module it needs, sets up the service and tells you the single manual step left. It never changes a fan or a light on its own.

$ curl -fsSL https://alien.hartle.tech/install.sh | sh

Piping to a shell is not for everyone, and you should not have to trust us. Read it first:

$ curl -fsSLO https://alien.hartle.tech/install.sh && less install.sh && sh install.sh

sh install.sh --uninstall reverses everything it did.

$ sudo apt install ./alien-predator_*_amd64.deb

Grab the .deb from the latest release. Pulls in acpi-call-dkms from Debian/Ubuntu's own repositories.

$ sudo dnf install ./alien-predator-*.x86_64.rpm

Fedora needs the kernel module from a COPR first — it is in neither Fedora nor RPM Fusion:

$ sudo dnf copr enable rhea/acpi_call && sudo dnf install akmod-acpi_call
$ sudo pacman -U ./alien-*-x86_64.pkg.tar.zst

acpi_call-dkms is in extra, so it resolves without touching the AUR.

$ inputs.alien.url = "github:code-hartle-tech/alien";

Then add alien.nixosModules.default and services.alien.enable = true; with your username in services.alien.users. This is the directly verified path — the reference machine runs it.

$ git clone https://github.com/code-hartle-tech/alien && cd alien/code && cargo build --release --locked --workspace

Rust 1.88+. You will also need the alien group, the acpi_call module, the hardened systemd unit and correct socket ownership — don't run a frontend as root instead.

One thing everybody forgets: group membership does not reach a session that is already running. After installing, log out and back in — otherwise every command will say it cannot reach the daemon.

04 / specimen acquisition

Want your Predator supported?

Alien is model-gated on purpose. Rather than poke unproven firmware indices on someone else's laptop, it refuses what it cannot prove — so a model stays a candidate until a real machine reports in.

One live-verified machine so far. Eighteen more are mapped from Acer's own plug-ins and need hardware receipts. If yours is one of them, you are the missing piece — and alien doctor never writes to your hardware, so running it is safe on a machine Alien does not support yet.

request support for your model