Skip to content

Installation

This guide will help you get Kemono Scraper installed on your computer. Don’t worry, it’s easier than it sounds!

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.

First, figure out which version you need:

Your ComputerDownload This File
Windows (most common)kemono-scraper-windows-x64.exe
Mac with Apple Silicon (M1/M2/M3)kemono-scraper-darwin-arm64
Mac with Intel chipkemono-scraper-darwin-x64
Linuxkemono-scraper-linux-x64

Choose between the latest stable release or the nightly build (bleeding edge, built from the latest commit):

PlatformArchitectureDownload
Windowsx64kemono-scraper-windows-x64.exe
macOSApple Silicon (M1/M2/M3)kemono-scraper-darwin-arm64
macOSIntelkemono-scraper-darwin-x64
Linuxx64kemono-scraper-linux-x64
LinuxARM64kemono-scraper-linux-arm64

Or browse all releases on the Releases page.

The file is ready to use! You might want to move it to its own folder.

You need to make the file “executable” (tell your computer it’s a program):

  1. Open Terminal (search for “Terminal” in Spotlight on Mac)
  2. Type this command and press Enter:
Terminal window
chmod +x ~/Downloads/kemono-scraper-darwin-arm64

Replace the file name with the one you downloaded.

If you’re more technical and want to run the latest code:

You need Bun installed on your computer.

Install Bun:

Open PowerShell (not Command Prompt) and run:

Terminal window
powershell -c "irm bun.sh/install.ps1 | iex"
  1. Download the code:
Terminal window
git clone https://github.com/3dnsfw/kemono-scraper.git
cd kemono-scraper
  1. Install dependencies:
Terminal window
bun install
  1. Run the scraper:
Terminal window
bun start --help

Now that you have Kemono Scraper installed, head over to the Quick Start guide to learn how to use it!