Crates.io | game-cheetah |
lib.rs | game-cheetah |
version | 0.5.1 |
created_at | 2025-08-20 20:18:11.570041+00 |
updated_at | 2025-08-24 12:20:09.901071+00 |
description | High-performance memory scanner/editor and game trainer for Linux, Windows, and macOS |
homepage | |
repository | https://github.com/mkrueger/game_cheetah |
max_upload_size | |
id | 1803926 |
size | 1,191,322 |
Game Cheetah is a high-performance memory scanner and game trainer for Linux, Windows, and macOS. It allows users to search, modify, and freeze values in running processes, particularly games, to create cheats, trainers, or analyze program behavior.
Make yourself more memory, better stats or more lives. Single player games store the game state in memory where multiplayer games don't. So, this utility is not useful for multiplayer games.
Similar to: Cheat Engine, ArtMoney, or GameGuardian, but with a focus on performance, safety, and cross-platform compatibility.
Keep in mind that altering a game memory contents may lead to game and/or computer crashes. Use at your own risk.
ARCH LINUX: yay -S game-cheetah
All other OSes: Easiest way is to use cargo or grab a binary.
See: https://doc.rust-lang.org/cargo/getting-started/installation.html
Then install it with: cargo install game-cheetah
Ensure that the cargo bin path is in your PATH (but cargo tells you about it)
Alternatively get the latest release here: https://github.com/mkrueger/game_cheetah/releases/latest
Just install rust and compile with "cargo build --release". Executable will be in target/release/game_cheetah
Just follow https://gtk-rs.org/gtk4-rs/git/book/installation.html
Note: You may need the nightly toolchain of rust
rustup toolchain install nightly
From project directory: rustup override set nightly
https://doc.rust-lang.org/book/appendix-07-nightly-rust.html