Skip to content

Useful resources for creating apps with Electron

Notifications You must be signed in to change notification settings

fhchina/awesome-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Awesome Electron Awesome

Useful resources for creating apps with Electron

Inspired by the awesome list thing. You might also like awesome-nodejs.

Example apps

Some good apps written with Electron.

Open Source

  • Atom - Code editor.
  • Nuclide - Unified IDE.
  • Playback - Video player.
  • Friends - P2P chat.
  • Kitematic - Docker container management.
  • Monu - Process monitoring.
  • ScreenCat - Screen sharing & remote collaboration.
  • Gulp - Run Gulp tasks from the menubar.
  • Imagemin - Minify images.
  • Mapbox Studio - Map designer.
  • LevelUI - LevelDB management.
  • Kart - Frontend for RetroArch.
  • Douban-FM-Express - DoubanFM client.
  • Cuttle - UI for the ClojureScript compiler.
  • Vmd - Preview Markdown files.
  • Kyoku - Displays current iTunes song.
  • GReader - Collect and read offline readme files of GitHub repos.
  • Sample apps - Various sample apps.
  • Koko - IRC client.
  • Leanote - Cloud notepad.
  • Snapper - Screen capturing & recording for Android devices.
  • Gitify - GitHub Notifications on your menu bar.
  • Colonizers - "Catan" inspired board game.
  • Cumulus - SoundCloud player in your menubar.
  • We Build SG - Upcoming events & recently updated repos from webuild.sg.
  • Piglet - Run Grunt tasks from the menubar.
  • Yoda - Browse and download YouTube videos.
  • Particle Dev - Professional IDE for Particle.
  • Loop Drop - MIDI looper and synth for live electronic music performances.
  • Fireball - Hackable game editor for creating mobile and HTML5 games.
  • Toby - YouTube player.
  • Kaku - The next generation music client.
  • Yeoman - Scaffold projects using Yeoman.
  • Mojibar - Emoji searcher in the menubar.
  • Markn - Lightweight Markdown viewer.
  • Shiba - Live preview Markdown app with linting.
  • Yays - YouTube music player in your menubar.
  • nuTorrent - BitTorrent client.
  • Soundcast - Cast OS X audio to Chromecast from the menubar.
  • TimoFM - DoubanFM music player.
  • Black Screen - A terminal emulator for the 21st century.
  • Tèsèvè - A simple static webserver.
  • Caprine - Unofficial Facebook Messenger app.
  • Kakapo - An ambient sound mixer for relaxation or productivity.
  • DevDogs - DevDocs.io API documentation.
  • Blox Party - Multiplayer Tetris game.
  • Trendy - Trending GitHub repos in your menubar.
  • N1 - Extensible email client.

Closed Source

  • Slack - Desktop version.
  • Avocode - Share design and collaborate.
  • Pixate - Mobile interaction designer.
  • Visual Studio Code - Free cross-platform IDE from Microsoft.
  • Prepros - Compile almost any preprocessing language with live browser refresh.
  • Stremio - Next generation media center.
  • RESTer - Easy and beautiful way to test your APIs and servers.
  • Typetalk - Share and discuss ideas with your team through instant messaging.
  • Wagon - A modern SQL editor: a better way to write queries, visualize results, and share data & charts.
  • Pubu - Real-time chat for team communication. (Chinese)

Boilerplates

Tools

Components

  • menubar - High-level way to create a menubar app.
  • titlebar - Emulate the OS X window titlebar.
  • chrome-tabs - Chrome like tabs.
  • cookies - Adds support for document.cookie.
  • window - Easily create windows, pass arguments to renderer, and manage global window references.
  • is-electron-renderer - Check if your code is running in main or renderer.
  • ipc-stream - Duplex stream over IPC.
  • Monogamous - Make your app run as a single-instance app.

Documentation

Articles

Videos

Community

Tips

Notifications

Electron doesn't have a notifications API, but you can use the Notifications API in the browser window. It works on OS X and Linux, but not yet Windows. Use node-notifier if you need Windows support.

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Sindre Sorhus has waived all copyright and related or neighboring rights to this work.

About

Useful resources for creating apps with Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published