Steward v0.1.0 is the first release of Steward, an open-source tool to discover, understand, and clean up cloud resources across Alibaba Cloud, AWS, Google Cloud, and Microsoft Azure.
What you can do
- Find your resources: scan cloud accounts and search a unified resource inventory.
- Understand dependencies: explore resource placement and relationships in the resource panorama.
- Review governance findings: investigate issues surfaced from your inventory.
- Control cleanup: review targets, dependencies, and blockers before confirming deletion, then inspect results and audit records.
Install
macOS 14+ or Linux with Homebrew
brew install loomx-ai/tap/stewardWindows x86-64 with Scoop
scoop bucket add loomx-ai https://github.com/loomx-ai/homebrew-tap
scoop install loomx-ai/stewardFor Linux APT/DNF, the installation script, or standalone downloads, follow the installation guide. You can also download binaries and deb/rpm packages from the assets below.
Run your first scan
Create a working directory and start Steward:
mkdir steward-data
cd steward-data
steward server startOpen http://127.0.0.1:8585. Local use requires no Steward account or login. Always start from this same directory to keep using your saved data and connections.
Have credentials for a cloud account ready. Read permissions for the resources you want to scan are enough for this first inventory.
- Open the user menu → Settings → Cloud connections, add a connection, and choose your provider.
- Enter your credentials and check the available regions after validation.
- Select the connection, open Scans, and start a scan of one region you use.
- When the scan finishes, open Resources to find a known resource, then explore its details and relationships in Resource panorama.
For a walkthrough with screenshots and expected results, see Your first resource inventory.
Documentation
- Quick start
- Cloud connections and credentials
- Resource cleanup guide
- Deployment and backups
- All documentation · 中文文档
Found a bug or missing a resource type? Open an issue.