It would be great if this was available on homebrew so I could do brew install oni to install it
Contributor guide
Tech stack
typescript
Domain
developer experiencetooling
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Homebrew basicsshell scriptingunderstanding of Oni's build process
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Look at existing Homebrew formulas for similar editors (e.g., neovim, vim) to understand the structure. Check the Oni repository's release artifacts and build scripts (e.g., package.json, Makefile) to determine how to package the binary. The issue has 6 comments; review them for any additional context or suggestions. A good first step would be to create a simple formula that downloads the latest release from GitHub and installs it, similar to other cask formulas.