Skip to content

Commit

Permalink
updated version and added inplace update
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Dec 14, 2024
1 parent 8646a24 commit 663dbfa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions content/en/docs/Getting Started/Neurodesktop/portable.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ description: >

TinyRange (https://github.com/tinyrange/tinyrange) is a lightweight runtime for running Virtual Machines and Containers. It runs without admin privileges and doesn't need Docker or Podman installed to work.

- **Windows (x86_64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.7/tinyrange-windows-amd64.zip
- **MacOS (arm64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.7/tinyrange-darwin-arm64.zip
- **Linux (x86_64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.7/tinyrange-linux-amd64.zip
- **Linux (arm64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.7/tinyrange-linux-arm64.zip
- **Windows (x86_64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.8/tinyrange-windows-amd64.zip
- **MacOS (arm64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.8/tinyrange-darwin-arm64.zip
- **Linux (x86_64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.8/tinyrange-linux-amd64.zip
- **Linux (arm64):** https://github.com/tinyrange/tinyrange/releases/download/v0.1.8/tinyrange-linux-arm64.zip

If you already have a tinyrange installation you can also try an in place update
```
tinyrange update --confirm
```

{{< alert color="info" >}}
**Windows on ARM:** TinyRange is not currently supported on Windows for ARM (Copilot+ Laptops with ARM64/Snapdragon CPUs)
Expand Down

0 comments on commit 663dbfa

Please sign in to comment.