All Projects → sihorton → Appjs Deskshell

sihorton / Appjs Deskshell

Licence: mit
SDK to build desktop apps using HTML5/CSS/JS for frontend and server script for backend

Labels

Projects that are alternatives of or similar to Appjs Deskshell

7z Build Nsis
7-zip build and package script with nsis script decompiling using ms visual studio
Stars: ✭ 61 (-86.83%)
Mutual labels:  nsis
Installer
Stars: ✭ 189 (-59.18%)
Mutual labels:  nsis
installer
Installer and any other build related script or code
Stars: ✭ 16 (-96.54%)
Mutual labels:  nsis
Uget Windows Installer
uGet Installer for Windows
Stars: ✭ 96 (-79.27%)
Mutual labels:  nsis
Stitch
Python Remote Administration Tool (RAT)
Stars: ✭ 2,018 (+335.85%)
Mutual labels:  nsis
Uget Integrator
Native messaging host to integrate uGet Download Manager with web browsers
Stars: ✭ 253 (-45.36%)
Mutual labels:  nsis
Verge Core Installers
Verge Core Installers
Stars: ✭ 10 (-97.84%)
Mutual labels:  nsis
Nwjs Builder Phoenix
Stars: ✭ 268 (-42.12%)
Mutual labels:  nsis
Nsis Ui
NSIS封包exe,牛牛安装包界面美化控件 [nsNiuniuSkin],包含3个实例,后两个是官网的,helloworld那个是根据上面两个例子改的。
Stars: ✭ 168 (-63.71%)
Mutual labels:  nsis
Documentation
A community-driven, Markdown-based documentation for Nullsoft Scriptable Install System (NSIS)
Stars: ✭ 34 (-92.66%)
Mutual labels:  nsis
Electron Builder Binaries
Stars: ✭ 110 (-76.24%)
Mutual labels:  nsis
Vcl Styles Plugins
Skin plugins for third party installers and apps
Stars: ✭ 131 (-71.71%)
Mutual labels:  nsis
ghidra-nsis-extension
Ghidra extension to disassemble NSIS installers
Stars: ✭ 17 (-96.33%)
Mutual labels:  nsis
Bulk Crap Uninstaller
Remove large amounts of unwanted applications quickly.
Stars: ✭ 1,212 (+161.77%)
Mutual labels:  nsis
node-makensis
A Node wrapper for makensis, the NSIS compiler
Stars: ✭ 19 (-95.9%)
Mutual labels:  nsis
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+114.47%)
Mutual labels:  nsis
Qnapi
Qt-based, multi-engine, multi-platform subtitle downloader
Stars: ✭ 226 (-51.19%)
Mutual labels:  nsis
Swiftforwindows
Swift for Windows
Stars: ✭ 423 (-8.64%)
Mutual labels:  nsis
NSIS-UI-Plugin
Create NSIS Modern UI Setup by Using Thirdparty UI Library(such as Qt, DuiLib)
Stars: ✭ 55 (-88.12%)
Mutual labels:  nsis
electron-differential-updater
Differential updater for mac
Stars: ✭ 27 (-94.17%)
Mutual labels:  nsis

Deskshell

Deskshell is a SDK that provides a shell (as in egg shell) around web applications so that they can run on the desktop. It gives you a modern HTML5 / CSS / JS frontend for your user interface, but then allows full backend functionality written in popular server scripting languages that anyone can pick up like node or php (more choices coming soon). This makes it possible to read and write directly to disk, access databases, communicate with servers and solve the task at hand.

Try it out now with the following download:

Community:

We are a very diverse community that welcomes people who have english as a second language. We are open and welcoming to new people both experienced super hackers and newbies alike. We would love this project to be your first accepted commit to an open source project. There are also many things that are not strictly coding that you can do, maybe you can write an example app, improve our documentation, answer questions on the forums or write a tutorial. Mostly just have fun making apps and when you see something that could be better have a go at improving it and then share it with the community.

Join us on the mailing list

Source Code:

The quickest way to start is to download the distributable for your platform and try making some applications. The distributable will launch an example application that also serves as documentation and guide for the project. To get deskshell source code, clone the repository and get all submodules.

git clone https://github.com/sihorton/appjs-deskshell.git deskshell
cd deskshell
git submodule init

If you want to get the latest versions of the node modules deskshell uses then run:

npm update

Then look at the readme for your platform ( Windows Readme | MacOS Readme | Linux Readme )

AppJS:

This project grew out of the excellent work of Milani, Benvie and others on the appjs project. It is very similar in spirit and nature but the source code is based in javascript rather than C++ which the majority of our users are more familiar with. This expands the pool of programmers that can contribute to the project and makes it more accessible for beginners. If you have C++ skills then you are welcome to help us on creating and improving an embedded chromium frontend for deskshell.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].