Skip to content

Releases: russmckendrick/azdocs

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 16:26

azdocs v0.1.1: Azure Atmosphere

This release refreshes the native desktop explorer with a calmer, more
cohesive visual system while leaving report and document themes unchanged.

Highlights

  • Replace the desktop palette with soft cool-grey-to-Azure surfaces in light
    mode and charcoal-to-deep-Azure surfaces in dark mode.
  • Carry one continuous background through the masthead, sidebar, workspace and
    status bar instead of giving each part of the application its own gradient.
  • Reduce harsh dividers throughout the shell, resource records and Settings
    without losing the structure needed to scan dense evidence.
  • Give Settings clearer tenant and editor surfaces, stronger selected states,
    compact tabs and more legible controls in light mode.
  • Update the generated desktop design sheet and its design guidance to keep the
    palette and component rules auditable.

Install or upgrade

Upgrade the command-line application with Homebrew:

brew upgrade russmckendrick/tap/azdocs

On Apple Silicon macOS, upgrade the signed and notarized desktop app with:

brew upgrade --cask russmckendrick/tap/azdocs-desktop

Portable CLI archives and desktop installers for macOS, Windows and Linux are
attached to this release. Verify direct downloads against
azdocs-checksums.sha256.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 16:26

azdocs v0.1.0: Field Survey

This is the first public release of azdocs: a read-only Azure estate collector
with local snapshot storage, offline reporting, diagrams, a terminal browser
and a native desktop explorer.

Highlights

  • Collect inventory, configuration and audit evidence through Azure Resource
    Graph and targeted ARM requests using a Reader service principal.
  • Keep tenant history in SQLite and compare, prune or reopen snapshots without
    reconnecting to Azure.
  • Export assessment-led PDF and DOCX reports, HTML, a multi-page site, Markdown,
    CSV and XLSX, with optional technical references.
  • Produce editable draw.io and Mermaid diagrams plus SVG and PNG renders.
  • Explore the same stored evidence in the terminal or the Tauri desktop app,
    including relationship maps and saved website screenshots.

Install

Install the command-line application with Homebrew:

brew install russmckendrick/tap/azdocs

On Apple Silicon macOS, install the signed and notarized desktop app with:

brew install --cask russmckendrick/tap/azdocs-desktop

Portable CLI archives and desktop installers for macOS, Windows and Linux are
attached to this release. Verify direct downloads against
azdocs-checksums.sha256.

Before collecting

azdocs needs an Entra application with Reader access to each Azure scope it
audits. Run azdocs init, then azdocs check, before the first collection.
The project never needs Owner or Contributor access.