Skip to content

Steward v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 01:08
· 7 commits to main since this release

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/steward

Windows x86-64 with Scoop

scoop bucket add loomx-ai https://github.com/loomx-ai/homebrew-tap
scoop install loomx-ai/steward

For 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 start

Open 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.

  1. Open the user menu → Settings → Cloud connections, add a connection, and choose your provider.
  2. Enter your credentials and check the available regions after validation.
  3. Select the connection, open Scans, and start a scan of one region you use.
  4. 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

Found a bug or missing a resource type? Open an issue.