Skip to content
Phylax
Get started

Where to get Phylax

Every Phylax tool and the registry it ships from.

Every Phylax tool, where it lives, and how to install it. Anything marked as pending is built and tested but not yet listed on its store.

Available now

ToolInstallSource
JavaScript SDKnpm install @phyi/sdknpm · repo
MCP servernpx @phyi/mcpnpm · repo
Agent runtime gatenpm install @phyi/runtime-gatenpm · repo
VS Code extensioncode --install-extension phylax.phylaxMarketplace · repo
Python SDKpip install phylax-sdkPyPI · repo
CLInpm install -g @phyi/clinpm · repo
GitHub Actionuses: praxi-labs/phylax-action@v0repo
GitHub AppInstall for GitHubposts a check on every pull request

Pending release

ToolStatusSource
Browser extensionChrome Web Store listing pending, install the zip from the latest releasereleases

Verify what you installed

Every npm package is published from CI with provenance, so you can confirm a tarball was built from this source and not uploaded by hand:

Terminal window
npm audit signatures

The VS Code extension is published from the same tagged release as the source it is built from, and the GitHub Action runs from a committed bundle that CI rebuilds and compares on every push.

Install a specific tool

Terminal window
npm install @phyi/sdk

See the SDK guide.

Did this page help you?