Skip to main content

Windows

Sadly, Windows is not a first-class citizen in the Axogen world. But you can still use it with some workarounds.

Using Axogen on Windows

On Linux and macOS, you would run Axogen like this:

axogen generate

On Windows, you need to use npx (or your package manager's equivalent):

npx @axonotes/axogen generate

This is the same for all commands. Just prepend npx @axonotes/axogen to the command you want to run instead of axogen.