You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-38Lines changed: 11 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
-
Web2Executable
1
+
# Web2Executable
2
2
3
3
> [!Note]
4
4
> This repository is in maintainance mode. Bug fixes will be provided on a best effort basis. If you use this project, please consider contributing back.

11
11
12
-
What is it?
13
-
-----------
12
+
## What is it?
14
13
15
14
Web2Executable is a friendly command line and GUI application that can transform your Nodejs (or any other JS/HTML) app into an executable (and libraries) that can run in a contained, desktop-like style. It can export to Mac OS X, Windows and Linux all from one platform, so no need to go out and buy expensive hardware.
16
15
@@ -20,13 +19,11 @@ If you have an idea for a feature, please create a new issue with a format like
20
19
21
20
On the other hand, if you have any annoyances with the application and want to contribute to making it better for everyone, please file an issue with "Annoyance:" as the first part of the title. Sometimes it's hard to know what is annoying for people and input is much appreciated :)
22
21
23
-
What About Electron?
24
-
--------------------
22
+
## What About Electron?
25
23
26
24
If you want to export using Electron instead of NW.js, try [Electrify](https://github.com/jyapayne/Electrify), my other app based on Web2Executable.
27
25
28
-
Who's Using It?
29
-
---------------
26
+
## Who's Using It?
30
27
31
28
Lots of people! There are currently thousands of downloads and several articles written about using Web2Executable.
32
29
@@ -44,8 +41,7 @@ Some articles include:
44
41
45
42
If you have a project you'd like to see listed here that was successfully built using Web2Executable or you have written an article that mentions it, feel free to send me an email with a link and I'd be super stoked to paste it here :)
46
43
47
-
Features
48
-
--------
44
+
## Features
49
45
50
46
- Cross platform to Mac, Windows, Linux
51
47
- Working media out of the box (sound and video)
@@ -59,14 +55,12 @@ Features
59
55
- A command line utility with functionality equivalent to the GUI. Useful for automated builds.
60
56
- Compression of executables with upx
61
57
62
-
Planned New Features
63
-
--------------------
58
+
## Planned New Features
64
59
65
60
- The ability to add external files to the project
66
61
- Minifying JS and HTML
67
62
68
-
Getting Started
69
-
---------------
63
+
## Getting Started
70
64
71
65
### Using Prebuilt Binaries
72
66
@@ -127,33 +121,12 @@ If you have an issue, please check the FAQ before filing an issue to see if it h
0 commit comments