Mise has been popularised as a frontend tool for dev environments. Rails recommends it as a tool to install Ruby.
Mise integrates with multiple installation backends, one of which is the Universal Binary Installer, which can install tools by pulling binaries from their GitHub releases if they follow a certain convention to indicate the target OS and architecture. I tried it against pkl and it works.
This PR documents how to use Mise for those developers who are using it as a tool to manage the dependencies of their projects.
Note
Unlike Homebrew, Mise can scope versions to directories, activating and deactivating them automatically for the user, which is handy for teams seeking determinism in their tools' versions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/982
**Author:** [@pepicrft](https://github.com/pepicrft)
**Created:** 2/25/2025
**Status:** ✅ Merged
**Merged:** 3/3/2025
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `mise-installation`
---
### 📝 Commits (3)
- [`ae950cb`](https://github.com/apple/pkl/commit/ae950cb86485a94ca4da43b3999abf9cd49be948) Document how to install pkl with Mise
- [`4e5ef68`](https://github.com/apple/pkl/commit/4e5ef68aad8501366a7527c43d1793fe14c44b7b) Update docs/modules/pkl-cli/pages/index.adoc
- [`1be6200`](https://github.com/apple/pkl/commit/1be620066377ed3effc5b8e48f6c1595ed95c4d7) Update index.adoc
### 📊 Changes
**1 file changed** (+25 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/modules/pkl-cli/pages/index.adoc` (+25 -0)
</details>
### 📄 Description
[Mise](https://mise.jdx.dev) has been popularised as a frontend tool for dev environments. [Rails](https://guides.rubyonrails.org/install_ruby_on_rails.html) recommends it as a tool to install Ruby.
Mise integrates with multiple installation backends, one of which is [the Universal Binary Installer](https://github.com/houseabsolute/ubi), which can install tools by pulling binaries from their GitHub releases if they follow a certain convention to indicate the target OS and architecture. I tried it against pkl and it works.
This PR documents how to use Mise for those developers who are using it as a tool to manage the dependencies of their projects.
> [!NOTE]
> Unlike Homebrew, Mise can scope versions to directories, activating and deactivating them automatically for the user, which is handy for teams seeking determinism in their tools' versions.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/982
Author: @pepicrft
Created: 2/25/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @bioball
Base:
main← Head:mise-installation📝 Commits (3)
ae950cbDocument how to install pkl with Mise4e5ef68Update docs/modules/pkl-cli/pages/index.adoc1be6200Update index.adoc📊 Changes
1 file changed (+25 additions, -0 deletions)
View changed files
📝
docs/modules/pkl-cli/pages/index.adoc(+25 -0)📄 Description
Mise has been popularised as a frontend tool for dev environments. Rails recommends it as a tool to install Ruby.
Mise integrates with multiple installation backends, one of which is the Universal Binary Installer, which can install tools by pulling binaries from their GitHub releases if they follow a certain convention to indicate the target OS and architecture. I tried it against pkl and it works.
This PR documents how to use Mise for those developers who are using it as a tool to manage the dependencies of their projects.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.