Simple Facebook Client for macOS
This app is based on the fast Mobile Facebook website, but modifies a lot of things and makes it more usable on the desktop.
When closing the window, the app will continue running in the background, in the dock on macOS. Right-click the dock icon and choose Quit
to completely quit the app. Click the dock icon to show the window.
- New post: n
- New message: m
- Go to Home: g h
- Go to Friends: g f
- Go to Messages: g m
- Go to Notifications: g n
- Go to Search: g s
- Go to Profile: g p
- Go to Likes: g l
- Go to Lists: g i
- Go to previous page: Delete or ←
- Go to next page: →
Download, unzip, and move Cutine.app
to the /Applications
directory.
Built with Electron.
- Init:
$ npm install
- Run:
$ npm start
- Build macOS:
$ npm run build:macos
MIT © Sergey Lysenko