Fork for the purpose of merging in additional in-dev apworlds not included in the main Archipelago repository. https://ap.zoner.work
Find a file
fen 5054c035a6
Some checks failed
Analyze modified files / flake8 (push) Has been cancelled
Analyze modified files / mypy (push) Has been cancelled
Build / build-win (push) Has been cancelled
Build / build-ubuntu2204 (push) Has been cancelled
Native Code Static Analysis / scan-build (push) Has been cancelled
type check / pyright (push) Has been cancelled
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11.2 ubuntu-latest (push) Has been cancelled
unittests / Test Python 3.12 ubuntu-latest (push) Has been cancelled
unittests / Test Python 3.13 ubuntu-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
unittests / Test hosting with 3.13 on ubuntu-latest (push) Has been cancelled
Merge remote-tracking branch 'upstream/main' into HEAD
2026-02-06 21:58:05 +00:00
.github CI: update appimage runtime to fix problems with sleep (#5706) 2025-12-01 01:25:06 +01:00
.run PyCharm: Fix name of apworld builder run config (#5824) 2026-01-09 10:24:37 +01:00
data Core: Add .apignore format to not include files in APWorld Builder (#5779) 2026-01-18 17:45:12 +01:00
deploy restore generation of all apworlds 2026-01-16 00:26:43 +00:00
docs [WebHost Docs] Updated and clarified new tracker endpoitns and misc fixes. (#5475) 2026-01-31 20:19:46 +01:00
test Merge remote-tracking branch 'upstream/main' into HEAD 2026-02-06 21:58:05 +00:00
typings Fix, OptionsCreator: export options on Linux (#5774) 2026-02-01 22:23:14 +01:00
WebHostLib Doc: WebHost: update readme and style guide (#4853) 2026-01-28 20:57:12 +01:00
worlds Merge remote-tracking branch 'upstream/main' into HEAD 2026-02-06 21:58:05 +00:00
.coveragerc Tests: create sane cov defaults (#2728) 2024-01-16 17:10:19 +01:00
.dockerignore Docker: Add initial configuration for project (#4419) 2025-07-17 10:00:57 +02:00
.gitattributes Yacht Dice: Mark YachtWeights.py as "linguist-generated" (#3898) 2024-11-29 20:45:10 +01:00
.gitignore Fix, OptionsCreator: export options on Linux (#5774) 2026-02-01 22:23:14 +01:00
.gitmodules convert outerwilds world to submodule 2026-01-16 19:44:18 +00:00
_speedups.pyx Core: fix exceptions coming from LocationStore (#4358) 2024-12-10 20:09:36 +01:00
_speedups.pyxbld Core: fix exceptions coming from LocationStore (#4358) 2024-12-10 20:09:36 +01:00
AdventureClient.py Various: Make clients wait a second between connects (#5061) 2025-08-01 14:01:18 -04:00
AHITClient.py AHiT: Fix Client Argument Handling (#4992) 2025-05-14 07:18:36 -04:00
BaseClasses.py Core: Only error in playthrough generation if game is not beatable (#5430) 2025-11-15 03:38:33 +01:00
BizHawkClient.py BizHawkClient: Avoid error launching BizHawkClient via Launcher CLI (#3554) 2024-09-18 20:42:22 +02:00
ChecksFinderClient.py ChecksFinder: Linux support via wine (#795) 2022-07-19 07:44:04 +02:00
ci-requirements.txt CI: update pytest to 9.0.1 (#5637) 2025-11-14 08:26:34 +00:00
CommonClient.py Core: Fix typo in docstring for hint_points in commonclient (#5673) 2025-11-25 22:40:57 +01:00
Dockerfile Core: require setuptools>=75 (#5346) 2025-08-19 19:35:50 +02:00
entrance_rando.py Core: Add spaces in concatenated strings #5697 2025-11-29 18:52:08 +01:00
Fill.py Core: Don't waste swaps by swapping two copies of the same item (#5516) 2025-10-05 15:07:12 +02:00
Generate.py Core: Fix some typing errors (#4995) 2026-02-02 19:55:57 +01:00
inno_setup.iss EarthBound: Implement New Game (#5159) 2025-12-19 14:52:27 +01:00
intset.h Speedups: remove dependency on c++ (#2796) 2024-06-12 18:54:59 +02:00
kvui.py Core: Add SDL_MOUSE_FOCUS_CLICKTHROUGH=1 environment variable to kvui (#5804) 2026-02-05 01:32:25 +01:00
Launcher.py Launcher: fix shortcuts on the AppImage (#5726) 2025-12-15 03:30:07 +01:00
LICENSE Core: it's 2025 (#4417) 2025-01-01 02:02:18 +01:00
LttPAdjuster.py LttP: remove sprite download from setup flow & make sprite repo dynamic (#4830) 2025-08-02 01:26:50 +02:00
Main.py Core: don't use union type just to reuse a name (#5246) 2025-11-12 12:35:19 +01:00
meta.yaml meta.yaml: update progression balancing (#1283) 2022-12-05 22:26:44 +01:00
MMBN3Client.py Various: Make clients wait a second between connects (#5061) 2025-08-01 14:01:18 -04:00
ModuleUpdate.py ModuleUpdate: Add explicit error when above max supported version (#5868) 2026-01-26 18:36:41 +00:00
MultiServer.py Core: fix bug with missing help text (#5632) 2026-01-19 20:13:43 +01:00
mypy.ini Fix, OptionsCreator: export options on Linux (#5774) 2026-02-01 22:23:14 +01:00
NetUtils.py MultiServer: slight optimizations (#5527) 2025-10-08 02:22:34 +02:00
OoTAdjuster.py OoT Adjuster: Remove per_slot_randoms (#4264) 2025-01-19 18:17:31 -05:00
OoTClient.py Various: Make clients wait a second between connects (#5061) 2025-08-01 14:01:18 -04:00
Options.py Core: Fix some typing errors (#4995) 2026-02-02 19:55:57 +01:00
OptionsCreator.py Fix, OptionsCreator: export options on Linux (#5774) 2026-02-01 22:23:14 +01:00
Patch.py Core: add layer for patches that don't use Patch.py (#2889) 2024-03-14 22:29:29 +01:00
pytest.ini Merge branch 'main' into outer_wilds 2025-08-17 16:24:58 +01:00
README.md Update README.md 2026-01-16 21:53:43 +00:00
requirements.txt Core: Add Pymem to requirements.txt (#5855) 2026-01-20 21:37:17 +01:00
ruff.toml Core: Add a ruff.toml to the root directory (#5259) 2025-10-25 00:19:42 +02:00
settings.py core: Add host.yaml setting to make !countdown configurable (#5465) 2025-10-10 15:02:56 +02:00
setup.py restore generation of all apworlds 2026-01-16 00:26:43 +00:00
SNIClient.py SNI Client: fix that it isnt using host.yaml settings (#5533) 2025-10-11 11:16:47 +02:00
UndertaleClient.py Core/Various Worlds: Fix crash/freeze with unicode characters (#4671) 2025-03-14 08:24:37 +01:00
Utils.py Fix, OptionsCreator: export options on Linux (#5774) 2026-02-01 22:23:14 +01:00
WebHost.py Webhost: Ignore Invalid Worlds in Webhost (#5433) 2025-10-03 01:56:11 +02:00
Zelda1Client.py TLOZ: Add space in concatenated string #5690 2025-11-29 18:47:17 +01:00
ZillionClient.py Zillion: move client to worlds/zillion (#2649) 2024-01-01 13:42:41 -06:00

Archipelago Discord Shield | Install

Archipelago provides a generic framework for developing multiworld capability for game randomizers. In all cases, presently, Archipelago is also the randomizer itself.

This repo add the following games:

  • Metroid Prime v5.0
  • Outer Wilds v0.3.20
  • Simon Tatham's Portable Puzzle Collection v0.1.15-prealpha

Currently, the following games are supported:

  • The Legend of Zelda: A Link to the Past
  • Factorio
  • Subnautica
  • Risk of Rain 2
  • The Legend of Zelda: Ocarina of Time
  • Timespinner
  • Super Metroid
  • Secret of Evermore
  • Final Fantasy
  • VVVVVV
  • Raft
  • Super Mario 64
  • Meritous
  • Super Metroid/Link to the Past combo randomizer (SMZ3)
  • ChecksFinder
  • Hollow Knight
  • The Witness
  • Sonic Adventure 2: Battle
  • Starcraft 2
  • Donkey Kong Country 3
  • Dark Souls 3
  • Super Mario World
  • Pokémon Red and Blue
  • Hylics 2
  • Overcooked! 2
  • Zillion
  • Lufia II Ancient Cave
  • Blasphemous
  • Wargroove
  • Stardew Valley
  • The Legend of Zelda
  • The Messenger
  • Kingdom Hearts 2
  • The Legend of Zelda: Link's Awakening DX
  • Adventure
  • DLC Quest
  • Noita
  • Undertale
  • Bumper Stickers
  • Mega Man Battle Network 3: Blue Version
  • Muse Dash
  • DOOM 1993
  • Terraria
  • Lingo
  • Pokémon Emerald
  • DOOM II
  • Shivers
  • Heretic
  • Landstalker: The Treasures of King Nole
  • Final Fantasy Mystic Quest
  • TUNIC
  • Kirby's Dream Land 3
  • Celeste 64
  • Castlevania 64
  • A Short Hike
  • Yoshi's Island
  • Mario & Luigi: Superstar Saga
  • Bomb Rush Cyberfunk
  • Aquaria
  • Yu-Gi-Oh! Ultimate Masters: World Championship Tournament 2006
  • A Hat in Time
  • Old School Runescape
  • Kingdom Hearts 1
  • Mega Man 2
  • Yacht Dice
  • Faxanadu
  • Saving Princess
  • Castlevania: Circle of the Moon
  • Inscryption
  • Civilization VI
  • The Legend of Zelda: The Wind Waker
  • Jak and Daxter: The Precursor Legacy
  • Super Mario Land 2: 6 Golden Coins
  • shapez
  • Paint
  • Celeste (Open World)
  • Choo-Choo Charles
  • APQuest
  • Satisfactory
  • EarthBound

For setup and instructions check out our tutorials page. Downloads can be found at Releases, including compiled windows binaries.

History

Archipelago is built upon a strong legacy of brilliant hobbyists. We want to honor that legacy by showing it here. The repositories which Archipelago is built upon, inspired by, or otherwise owes its gratitude to are:

We recognize that there is a strong community of incredibly smart people that have come before us and helped pave the path. Just because one person's name may be in a repository title does not mean that only one person made that project happen. We can't hope to perfectly cover every single contribution that lead up to Archipelago, but we hope to honor them fairly.

Path to the Archipelago

Archipelago was directly forked from bonta0's multiworld_31 branch of ALttPEntranceRandomizer (this project has a long legacy of its own, please check it out linked above) on January 12, 2020. The repository was then named to MultiWorld-Utilities to better encompass its intended function. As Archipelago matured, then known as "Berserker's MultiWorld" by some, we found it necessary to transform our repository into a root level repository (as opposed to a 'forked repo') and change the name (which came later) to better reflect our project.

Running Archipelago

For most people, all you need to do is head over to the releases page, then download and run the appropriate installer, or AppImage for Linux-based systems.

If you are a developer or are running on a platform with no compiled releases available, please see our doc on running Archipelago from source.

This project makes use of multiple other projects. We wouldn't be here without these other repositories and the contributions of their developers, past and present.

Contributing

To contribute to Archipelago, including the WebHost, core program, or by adding a new game, see our Contributing guidelines.

FAQ

For Frequently asked questions, please see the website's FAQ Page.

Code of Conduct

Please refer to our code of conduct.