An open API service indexing awesome lists of open source software.

https://github.com/danielesteban/frapp

An IDE for developing desktop apps using JavaScript
https://github.com/danielesteban/frapp

Last synced: over 1 year ago
JSON representation

An IDE for developing desktop apps using JavaScript

Awesome Lists containing this project

README

          

Frapp
=======

**An IDE for developing desktop apps using JavaScript.**

Its current state is very alpha but it shows the potential. It Lets you install Frapps, autoupdates them out, and lets you edit their source.

In the future, You will be able to also run the same Frapps in all the PhoneGap mobile platforms and it will automatically push your changes to github or generate pull-requests on the desktop versions.

The general idea is to have an environment for FreeApps with no digital handcuffs.

More to come...

## Downloads

v0.0.5 (Jan 02, 2014):

- Linux: [32bit](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-linux-ia32.zip) / [64bit](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-linux-x64.zip)
- Mac: [32bit, 10.6+](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-darwin.zip)
- Windows: [win32](https://github.com/danielesteban/Frapp/releases/download/v0.0.5/Frapp-win32.exe)

* * *

![Screenshot](https://f.cloud.github.com/assets/806111/1830913/a3942348-736d-11e3-85b8-1f5b41c63f5c.jpg)

## Ecosystem

- [FrappBoilerplate](https://github.com/danielesteban/FrappBoilerplate): A Frapp Boilerplate with all modules ready to rock.
- [FrappDocs](https://github.com/danielesteban/FrappDocs): A documentation viewer.
- [FrappEditor](https://github.com/danielesteban/FrappEditor): A code editor (with auto-reload).
- [FrappHelloWorld](https://github.com/danielesteban/FrappHelloWorld): A hello-world Frapp. Just the basic template.
- [FrappInstaller](https://github.com/danielesteban/FrappInstaller): Frapp Installer/Updater UI
- [FrappSignin](https://github.com/danielesteban/FrappSignin): Sign-In to Github UI
- [FrappMenu](https://github.com/danielesteban/FrappMenu): A menu of installed Frapps, with some extra features.

## License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the [GNU General Public License](https://github.com/danielesteban/Frapp/blob/master/LICENSE) along with this program. If not, see .

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](https://github.com/danielesteban/Frapp/blob/master/LICENSE).

_Inspired by the ideas of Kenneth Bentley_