A command-line manga downloader written in Go.

Clone the repository:
git clone https://github.com/Anchalrawat/mangadl.git
cd mangadl
Install dependencies:
go mod download
Linux / macOS (x86-64)
GOOS=linux GOARCH=amd64 go build -o mangadl main.go
Linux ARM (32-bit, e.g. Raspberry Pi)
GOOS=linux GOARCH=arm GOARM=7 go build -o mangadl main.go
Linux ARM64 (e.g. Raspberry Pi 4, Apple Silicon servers)
GOOS=linux GOARCH=arm64 go build -o mangadl main.go
macOS (Apple Silicon)
GOOS=darwin GOARCH=arm64 go build -o mangadl main.go
macOS (Intel)
GOOS=darwin GOARCH=amd64 go build -o mangadl main.go
Windows (x86-64)
GOOS=windows GOARCH=amd64 go build -o mangadl.exe main.go
Windows ARM64
GOOS=windows GOARCH=arm64 go build -o mangadl.exe main.go
iSH (iOS) — emulates x86 Linux
GOOS=linux GOARCH=386 go build -o mangadl main.go
$ claude mcp add mangadl \
-- python -m otcore.mcp_server <graph>