Skip to content

v0.4.0 — default to hosted virgilhq.app

Choose a tag to compare

@ayaanmaliksgithub ayaanmaliksgithub released this 26 May 18:14

The CLI now defaults to the hosted instance at https://virgilhq.app. After this release, pipx install virgilhq && virgil scan . works end-to-end without running anything locally — no docker compose up, no env vars.

Changes

  • DEFAULT_API_URLhttps://virgilhq.app/api
  • DEFAULT_WEB_URLhttps://virgilhq.app
  • README, --help text, and module docstring updated to match.

Self-hosting still works

Point the CLI at your own stack:

virgil config set api_url=http://localhost:8000
virgil config set web_url=http://localhost:3000

Env overrides (VIRGIL_API, VIRGIL_WEB) continue to take precedence over both the config file and the new defaults.