Skip to content

Editors registries

Most editors commands accept the --registry flag.

These commands make use of an index of Wolf RPG Editor versions to find out if a release is available or not for installation.

The flag argument can be a well-formatted URL, or a path to a local file:

howl editors list --remote --registry ./path/to/index.toml
howl editors list --remote --registry https://example.com/index.toml

Indexes managed by this project

Official index

The default index configured for howl is maintained by this project.

It is meant to provide all currently available versions from the official Wolf RPG Editor upstream website.

It is available at the following URL:

https://howl.lenain.info/registries/official.toml

Archive index

Another available index is the archive index.

Also maintained by this project, it indexes all releases that are not available anymore in the official index (because not available through the official Wolf RPG Editor upstream website) but still available through The Internet Archive project.

It is available at the following URL:

https://howl.lenain.info/registries/archive.toml