Documentation
Installation
Multiple ways to install HackLikeMe on your system.
Requirements
- Node.js 22+ (for npm/bun installation)
- 4GB RAM minimum (8GB recommended)
- 2GB free disk space
- Internet connection required for operation
npm
WindowsmacOSLinux
Recommended for most users. Works on all platforms.
$ npm install -g hacklikemeBun
WindowsmacOSLinux
Faster alternative using Bun package manager.
$ bun install -g hacklikemeHomebrew
macOSLinux
Native binary installation via Homebrew.
$ brew install hacklikeme/tap/hacklikemeScoop
Windows
Install via Scoop package manager for Windows.
$ scoop install hacklikemecurl
macOSLinux
One-line install script. No package manager needed.
$ curl -fsSL https://hacklikeme.com/install.sh | bashVerify Installation
After installation, verify HackLikeMe is installed correctly:
$ hacklikeme --versionInstallation complete? Get started with HackLikeMe.
Getting Started Guide