Skip to content

Skill Recorder v0.1.0

Choose a tag to compare

@adilei adilei released this 29 Jul 19:50
0ab8e2d

Warning

Windows PowerShell 5.1 compatibility issue: on some systems, the
v0.1.0 Windows installer exits before installation while detecting the CPU
architecture. Do not use the v0.1.0 Windows command. Use the corrected v0.2.0 release. The macOS and Ubuntu installer is unaffected.

Skill Recorder v0.1.0

This is a source-only release. No prebuilt application, installer, or
portable binary is attached. GitHub provides the tagged source archives, and
the commands below build the exact release commit locally.

Highlights

  • Commit-pinned source installation on Windows 11 x64/ARM64, macOS, and Ubuntu.
  • Verified Node.js and Electron inputs with lockfile-pinned npm dependencies.
  • Fail-closed recursive license inventory and reviewed third-party versions.
  • Exact Electron/Chromium notices plus corresponding source, patches, build
    information, and relinking materials for components that require them.
  • Native Windows, macOS, and Ubuntu CI, including end-to-end source installation.
  • Documented inspect-first installation, development, update, uninstall, and
    future release procedures.

Release identity

  • Tag: v0.1.0
  • Commit: 0ab8e2d2f99eb841a49bd5e3e2f0f991da5d9d76

Installer script SHA-256 values:

2ebcdf650bda680a7f8e8308f68865d74369cc7754f74c779b8fd2381d908a63  install.ps1
5e3fc341df54ad2a112a95432a65c2b4dd4e1e72f8c2291838d796278783c475  install.sh

Install from the exact release

Windows PowerShell:

$commit="0ab8e2d2f99eb841a49bd5e3e2f0f991da5d9d76"; $env:SKILL_RECORDER_COMMIT=$commit; irm "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.ps1" | iex

macOS or Ubuntu:

commit="0ab8e2d2f99eb841a49bd5e3e2f0f991da5d9d76"; curl -fsSL "https://raw.githubusercontent.com/microsoft/skill-recorder/$commit/install.sh" | SKILL_RECORDER_COMMIT="$commit" bash

The safer procedure is to download and inspect the script, verify its SHA-256
against the values above, and only then execute it. See the immutable
installation guide.

The source installers do not require administrator access or a global Node.js
or Copilot CLI installation. GitHub Copilot authentication, entitlement, and
network access are required.

Licensing boundary

The MIT license covers Skill Recorder's own code. Third-party components remain
under their respective licenses and notices. The source installers retain the
applicable legal materials in the local installation. A locally assembled
application is for local execution only and must not be redistributed as a
release artifact.

Maintainers should follow the immutable
release runbook
before publishing later versions or any binary artifact.