Installation
This guide will help you get Kemono Scraper installed on your computer. Don’t worry, it’s easier than it sounds!
Option 1: Download Pre-built Executable (Recommended)
Section titled “Option 1: Download Pre-built Executable (Recommended)”This is the easiest way to get started. You just download a file and run it.
Step 1: Find Your System Type
Section titled “Step 1: Find Your System Type”First, figure out which version you need:
| Your Computer | Download This File |
|---|---|
| Windows (most common) | kemono-scraper-windows-x64.exe |
| Mac with Apple Silicon (M1/M2/M3) | kemono-scraper-darwin-arm64 |
| Mac with Intel chip | kemono-scraper-darwin-x64 |
| Linux | kemono-scraper-linux-x64 |
Step 2: Download the File
Section titled “Step 2: Download the File”Choose between the latest stable release or the nightly build (bleeding edge, built from the latest commit):
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | kemono-scraper-windows-x64.exe |
| macOS | Apple Silicon (M1/M2/M3) | kemono-scraper-darwin-arm64 |
| macOS | Intel | kemono-scraper-darwin-x64 |
| Linux | x64 | kemono-scraper-linux-x64 |
| Linux | ARM64 | kemono-scraper-linux-arm64 |
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | kemono-scraper-windows-x64.exe |
| macOS | Apple Silicon (M1/M2/M3) | kemono-scraper-darwin-arm64 |
| macOS | Intel | kemono-scraper-darwin-x64 |
| Linux | x64 | kemono-scraper-linux-x64 |
| Linux | ARM64 | kemono-scraper-linux-arm64 |
Or browse all releases on the Releases page.
Step 3: Prepare the File
Section titled “Step 3: Prepare the File”On Windows
Section titled “On Windows”The file is ready to use! You might want to move it to its own folder.
On Mac or Linux
Section titled “On Mac or Linux”You need to make the file “executable” (tell your computer it’s a program):
- Open Terminal (search for “Terminal” in Spotlight on Mac)
- Type this command and press Enter:
chmod +x ~/Downloads/kemono-scraper-darwin-arm64Replace the file name with the one you downloaded.
Option 2: Run from Source Code
Section titled “Option 2: Run from Source Code”If you’re more technical and want to run the latest code:
Prerequisites
Section titled “Prerequisites”You need Bun installed on your computer.
Install Bun:
Open PowerShell (not Command Prompt) and run:
powershell -c "irm bun.sh/install.ps1 | iex"Open Terminal and run:
curl -fsSL https://bun.sh/install | bash- Download the code:
git clone https://github.com/3dnsfw/kemono-scraper.gitcd kemono-scraper- Install dependencies:
bun install- Run the scraper:
bun start --helpNext Steps
Section titled “Next Steps”Now that you have Kemono Scraper installed, head over to the Quick Start guide to learn how to use it!