Windows developer workstation snapshot, restore, sync, and diagnostics CLI.
Odin is a Windows-first developer environment management CLI. It snapshots the tools,
package managers, shell profiles, Git settings, VS Code extensions, terminal settings,
environment variables, and PATH state needed to recreate a workstation - then restores,
diffs, syncs to a private GitHub repo, and reports diagnostics. Includes process/port
management (ports, ps, kill) and a time-machine history (history, rollback).
Odin v0.13.0
Installation
winget (recommended)
winget install AsimAftab.Odin
PowerShell (CI/automation)
irm https://github.com/AsimAftab/Project-Odin/releases/latest/download/bootstrap.ps1 | iex
Or download install.ps1 from this release and run:
.\install.ps1 -Repository AsimAftab/Project-Odin -Scope User
Included artifacts
odin.exe
odin-windows-x64.zip
install.ps1
uninstall.ps1
bootstrap.ps1
checksums.txt
Checksums
See checksums.txt in this release.