File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,24 @@ Devbox helps you work faster by centralizing common developer workflows: inspect
2626
2727### Installation
2828
29- > Binaries will be published with the first public release. Paths below are placeholders until then .
29+ Download the latest release for your platform from the [ releases page ] ( https://github.com/smithg09/devbox/releases ) .
3030
31- Download the latest release for your platform from the (upcoming) [ GitHub Releases page] ( https://github.com/your-org/devbox/releases )
31+ Quick downloads (choose the asset that matches your OS and CPU):
32+
33+ - macOS — Apple Silicon (aarch64): [ Devbox_1.0.0_aarch64.dmg] ( https://github.com/smithg09/devbox/releases/latest/download/Devbox_1.0.0_aarch64.dmg )
34+ - Note: If macOS reports the app as “damaged” or prevents opening, remove the quarantine attribute and try again:
35+
36+ ``` bash
37+ xattr -r -c /Applications/Devbox.app
38+ ```
39+
40+ If Gatekeeper still blocks the app, Control‑click the app icon and choose “Open” to allow it.
41+
42+ - macOS — Intel (x64): [Devbox_1.0.0_x64.dmg](https://github.com/smithg09/devbox/releases/latest/download/Devbox_1.0.0_x64.dmg)
43+
44+ - Windows — EXE installer (x64): [Devbox_1.0.0_x64-setup.exe](https://github.com/smithg09/devbox/releases/latest/download/Devbox_1.0.0_x64-setup.exe)
45+
46+ For more binaries open the full [Releases page](https://github.com/smithg09/devbox/releases) and choose the asset that matches your OS/architecture.
3247
3348After installing, launch Devbox and start using tools immediately—no sign‑in, anonymous usage counts stored locally.
3449
Original file line number Diff line number Diff line change 2222 "frameworks" : [],
2323 "entitlements" : null ,
2424 "exceptionDomain" : " " ,
25- "signingIdentity" : null ,
25+ "signingIdentity" : " - " ,
2626 "minimumSystemVersion" : " "
2727 },
2828 "linux" : {
You can’t perform that action at this time.
0 commit comments