Search across Azure DevOps Artifacts feeds for packages by version.
Open PowerShell and paste:
irm https://raw.githubusercontent.com/william051200/ArtifactLens/main/scripts/install.ps1 | iexThis downloads the latest release, extracts it to
%LOCALAPPDATA%\Programs\ArtifactLens, and creates Start Menu + Desktop
shortcuts. No admin rights required. Re-run the same command any time to
upgrade.
- Go to the latest release
- Under Assets, download
ArtifactLens.zip - Right-click the downloaded zip → Properties → check Unblock (if shown) → OK
- Extract the zip to any folder (e.g.
C:\Tools\ArtifactLens\) - Run
ArtifactLens.exefrom the extracted folder — no Python or other dependencies required
💡 Tip: Pin
ArtifactLens.exeto your Start menu or taskbar for quick access.
Option C — Run from source (requires Python)
git clone https://github.com/william051200/ArtifactLens.git
cd ArtifactLensDouble-click scripts/run.bat — it installs dependencies and launches the app automatically.
- Double-click
scripts/build.bat(requires Python for the one-time build) - Find the output at
dist\ArtifactLens\ArtifactLens.exe - Share the entire
dist\ArtifactLens\folder — no Python required on target machines
- Launch the app and click ⚙ Settings
- Fill in your Organization and Project name from Azure DevOps
- For private feeds, enter your Personal Access Token (PAT)
- Click Save — settings are stored locally in a
.envfile
ArtifactLens checks GitHub for new releases on startup and once per hour afterwards. When a newer version is available, the version tag and an Update button appear in the top navigation bar:
- Click the version tag to open the release notes on GitHub.
- Click Update to download and install the latest version automatically; the app closes, the installer overwrites it in place, and ArtifactLens re-launches when it's done.
- Enter a version (e.g.
1.0.0) - Optionally set a feed filter, platform (Android / MacIOS), or toggle search options
- Click Search
- Double-click a result to open the package in Azure DevOps
UI design inspired by VoltAgent/awesome-design-md.