Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 21:36
· 89 commits to main since this release
cab5d99

What's New in v0.1.0

✨ Highlights

  • We are now hosting all of the binaries for all supported runtimes, mirrored from upstream sources where necessary!

🎉 New Features

  • feat(infra): add binary mirroring workflows and tool (#167)

🔧 Maintenance

  • chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14
  • chore(manifest): regenerate manifests from R2
  • chore(manifest): regenerate manifests from R2

Installation

Quick Install (Recommended)

macOS / Linux:

curl -fsSL https://github.com/dtvem/dtvem/releases/download/v0.1.0/install.sh | bash

Windows (PowerShell):

irm https://github.com/dtvem/dtvem/releases/download/v0.1.0/install.ps1 | iex

Manual Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the archive
  3. Move binaries to a directory in your PATH
  4. Run dtvem init to complete setup

Supported Platforms

  • ✅ Windows (amd64, arm64)
  • ✅ macOS (amd64, arm64/Apple Silicon)
  • ✅ Linux (amd64)