@ghostflow/daemon-darwin-x64
v0.1.3
Published
Ghostflow daemon binary for macOS x64 (Intel)
Readme
@ghostflow/daemon-darwin-x64
Ghostflow daemon binary for macOS x64 (Intel).
Overview
This package contains the prebuilt native macOS daemon binary for Intel (x64) Macs. It's an optional dependency of @ghostflow/cli and is installed automatically based on your system architecture.
You probably don't need to install this directly. Use @ghostflow/cli instead:
npm install -g @ghostflow/cliThe CLI handles binary selection automatically.
Platform Packages
| Package | Architecture | CPU |
|---------|--------------|-----|
| @ghostflow/daemon-darwin-arm64 | Apple Silicon | M1, M2, M3, M4 |
| @ghostflow/daemon-darwin-x64 | Intel | x64 |
Manual Installation
Only needed for advanced use cases:
npm install @ghostflow/daemon-darwin-x64The binary is available at:
./node_modules/@ghostflow/daemon-darwin-x64/bin/ghostflow-daemonWhat's Inside
bin/ghostflow-daemon— Native Swift daemon binary compiled for x64
The daemon handles:
- FSEvents file system watching
- Git synchronization with configurable intervals
- Actor-based multi-repository orchestration
- Unix socket IPC with length-prefix framing
System Requirements
| Requirement | Version | |-------------|---------| | macOS | 12+ (Monterey) | | Architecture | x64 (Intel) |
Related Packages
| Package | Description |
|---------|-------------|
| @ghostflow/cli | CLI and interactive TUI |
| @ghostflow/client | Effect-TS SDK for daemon communication |
| @ghostflow/daemon-darwin-arm64 | Daemon binary for Apple Silicon |
Development
This package is populated during release builds. The binary is compiled from the main daemon Swift package:
cd packages/daemon
swift build -c release --arch x86_64The compiled binary is then copied to bin/ghostflow-daemon.
License
MIT — see LICENSE for details.
