Booru Downloader Guide: How Boorus, Tags & Engines Work
"Booru" comes from the Japanese pronunciation of "board" (imageboard), and it has become the name for a whole family of tag-based image archives. Instead of folders or albums, a booru stores every post as a flat list of tags: the character, the artist, the source, the copyright, the number of people in the frame, even the file type. That is what separates a booru from an ordinary gallery: you don't browse it, you query it. Type a tag and you get every matching post; combine tags and you narrow it down. A booru downloader simply automates that query, so you can save a whole search in one run instead of right-clicking one image at a time.
Most boorus share the same building blocks. Tags are grouped into namespaces (general, artist, character, copyright), so artist:foo and character:bar mean different things. A rating (safe / questionable / explicit on many sites, or a simpler safe-versus-NSFW split on others) is attached to every post so it can be filtered. Pools group related posts in order, which is how multi-page comics or animation cuts stay in sequence. And because the artist is a first-class tag, "download everything by this artist" is just another search. Understanding those four ideas: tags, ratings, pools, and artists, is most of what you need to bulk-download any booru cleanly.
There is no single "booru" program; there are several engines, and knowing which one a site runs tells you how its API and URLs behave. Danbooru is the original Ruby engine. Gelbooru, in its older v0.1 and current v0.2 flavors, powers a large share of the imageboards people use daily. Moebooru is the engine behind high-resolution anime sites like Konachan and yande.re. Shimmie2 runs sites such as Paheal. And Philomena is the modern engine built for Derpibooru. "Bulk downloading a booru" means pointing a tool at one of those APIs, walking every page of a tag or artist search, and saving the full-resolution files locally, ideally with the tags kept so your copy stays as searchable as the original.
Plenty of good tools do this. gallery-dl and imgbrd-grabber are excellent, actively maintained, and cover dozens of boorus; yt-dlp is the go-to for the video-style booru sites. They are also, respectively, a command-line program, a heavier power-user GUI, and a terminal tool: great if that is your world. ArchiveX is one no-command-line option built for Windows 10 and 11. Pick a supported site, paste a tag, artist, or URL, and it bulk-downloads images, GIFs, and videos into a built-in searchable gallery, so the local copy stays as tag-browsable as the site itself. It covers 19 booru, art, and video sites; the per-site guides below walk through each one specifically.