This commit is contained in:
Raven Scott
2026-02-23 20:02:09 -05:00
parent af1670b76e
commit 09799d9934
@@ -508,7 +508,7 @@ Bare provides only the essential primitives: process management, file system acc
**Currently the project does not build the native host into a single binary.** **Currently the project does not build the native host into a single binary.**
However, Bare makes this straightforward. Packaging everything into one standalone executable would simplify the installation process even further, completely remove the need for Node.js (or even a separate Bare download), and significantly reduce the line count and complexity of the installer scripts delivering a true single-file experience across Windows, macOS, and Linux. However, Bare makes this straightforward. Packaging everything into one standalone executable would simplify the installation process even further, completely remove the need for Node.js (or even a separate Bare download), and significantly reduce the line count and complexity of the installer scripts which delivers a true single-file experience across Windows, macOS, and Linux.
### The Modules That Make It Work ### The Modules That Make It Work