Shannon is now available via npx (beta)
#249
Pinned
ezl-keygraph
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can now run Shannon directly with
npx @keygraph/shannon@betawithout cloning the repository or building the Docker image locally.Beta is currently being tracked in the feat/npx-integration branch
Interactive TUI setup wizard -
setupguides you through configuring your AI provider credentials, including Claude Direct, Claude via AWS Bedrock, Claude via Google Vertex AI, or a custom Anthropic-compatible endpoint such as proxies and gateways.No clone and build required - When you run
start, Shannon pulls the worker image from Docker Hub and launches an ephemeral container for the scan. The pipeline and results remain the same as the local workflow. Results are stored in~/.shannon/workspaces/.Isolated execution - Each scan runs in its own worker container with a dedicated task queue.
Flexible path handling - Repositories and config files can be passed as absolute or relative paths, such as
-r /path/to/repoand-c ./my-config.yaml.All existing functionality continues to work in both workflows:
npxand local clone.This is a beta release. If you run into any issues, please report them on GitHub
Beta Was this translation helpful? Give feedback.
All reactions