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 hacklikeme

Bun

WindowsmacOSLinux

Faster alternative using Bun package manager.

$ bun install -g hacklikeme

Homebrew

macOSLinux

Native binary installation via Homebrew.

$ brew install hacklikeme/tap/hacklikeme

Scoop

Windows

Install via Scoop package manager for Windows.

$ scoop install hacklikeme

curl

macOSLinux

One-line install script. No package manager needed.

$ curl -fsSL https://hacklikeme.com/install.sh | bash

Verify Installation

After installation, verify HackLikeMe is installed correctly:

$ hacklikeme --version

Installation complete? Get started with HackLikeMe.

Getting Started Guide