https://github.com/baryhuang/lightfield-desktop-wrapper-app
Unofficial desktop wrapper for lightfield.app — built by fans, not affiliated with Lightfield
https://github.com/baryhuang/lightfield-desktop-wrapper-app
crm desktop-app electron lightfield macos wrapper
Last synced: 3 days ago
JSON representation
Unofficial desktop wrapper for lightfield.app — built by fans, not affiliated with Lightfield
- Host: GitHub
- URL: https://github.com/baryhuang/lightfield-desktop-wrapper-app
- Owner: baryhuang
- License: mit
- Created: 2026-04-14T04:21:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T04:45:10.000Z (3 months ago)
- Last Synced: 2026-04-14T06:27:49.463Z (3 months ago)
- Topics: crm, desktop-app, electron, lightfield, macos, wrapper
- Language: JavaScript
- Size: 194 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightfield Desktop App
An unofficial desktop wrapper for [lightfield.app](https://lightfield.app/) — the AI-native CRM.
**This is NOT an official Lightfield product.** We are just fans of Lightfield and wanted a native desktop app experience. This project is not affiliated with, endorsed by, or connected to Lightfield in any way.
## Download
Grab the latest release from the [Releases](https://github.com/baryhuang/lightfield-desktop-wrapper-app/releases) page.
- **macOS (Apple Silicon):** `.dmg` installer or `.zip`
## Build from source
```bash
npm install
npm run build
```
The built artifacts will be in the `dist/` directory.
## Development
```bash
npm start
```
## License
MIT License — see [LICENSE](LICENSE) for details.