Skip to content

Commit

Permalink
Update comparison-to-asdf.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 28, 2024
1 parent e6b0754 commit fe50c72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/dev-tools/comparison-to-asdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ a full reload.
tl;dr: asdf adds overhead (~120ms) when calling a runtime, mise adds a small amount of overhead (~5ms)
when the prompt loads.

## Windows support

asdf does not run on Windows at all. With mise, tools using non-asdf backends can support Windows. Of course, this means the tool
vendor must provide Windows binaries but if they do, and the backend isn't asdf, the tool should work on Windows.

## Security

asdf plugins are insecure. They typically are written by individuals with no ties to the vendors that provide the underlying tool.
Where possible, mise does not use asdf plugins and instead uses backends like aqua and ubi which do not require separate plugins.

Aqua tools can be configured with cosign/slsa verification as well. See [SECURITY](https://github.com/jdx/mise/blob/main/SECURITY.md) for more information.

## Command Compatibility

In nearly all places you can use the exact syntax that works in asdf, however this likely won't
Expand Down

0 comments on commit fe50c72

Please sign in to comment.