Skip to content
/ krak Public

A simple CLI application to controll fan and pump speed of NZXT Kraken X62

License

Notifications You must be signed in to change notification settings

AlexCzar/krak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

krak

Fan/pump speed control on linux for NZXT Kraken X62.

This is basically a Rust rewrite of the python script from https://github.com/leaty/camctl

DISCLAIMER

This is WIP and is provided as is, use at your own risk.

Although I have been running the original code from leaty without any problems for a couple of years, there could still be unexpected side-effects, both from the original code and due to rewriting it.

I’ve just started learning Rust, so code is a bit of a mess. Suggestions are welcome both as issues and as PRs.

Supported devices

NZXT Kraken X62

Tested on

OpenSuse Tumbleweed 20210307

Kernel: 5.11.2-1-default

Installation

Building from source

Pre-requisits: git, rust 1.50+, cargo.

  1. git clone --depth 1 https://github.com/AlexCzar/krak.git && cd krak

  2. cargo build --release

  3. cp target/release/krak /usr/local/bin/

Getting from crates.io

TODO!

Usage

krak --help

To be able to change parameters you’ll need to run with root privileges, e.g. using sudo.

About

A simple CLI application to controll fan and pump speed of NZXT Kraken X62

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages