bytenode
A minimalist bytecode compiler for Node.js (by OsamaAbbas)
asarmor
Protect asar archive files from extraction (by sleeyax)
Our great sponsors
bytenode | asarmor | |
---|---|---|
10 | 3 | |
2,021 | 159 | |
2.4% | - | |
3.0 | 6.7 | |
18 days ago | 4 months ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bytenode
Posts with mentions or reviews of bytenode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-20.
-
electron-vite: Easy way to protect your Electron source code
electron-vite inspired by bytenode, the specific implementation:
- Delivering an application in CL w.o. source
- How to secure an Electron app with a license key
-
Compile your JS code: New Bytenode support for Electron
It doesn't appear that there is any performance penalty to using Bytenode. There are some benchmark functions in the repository, but certainly more work could be done to test. My gut feeling is that the minor overhead of loading the binary is balanced out by the minor speed increase by giving V8 a pre-compiled file.
-
Hide source code
There's an NPM package called bytenode which compiles your JavaScript to V8 bytecode.
asarmor
Posts with mentions or reviews of asarmor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-14.
- How to secure an Electron app with a license key
-
Compile your JS code: New Bytenode support for Electron
What are you thoughts on https://github.com/sleeyax/asarmor? My thinking is I could use bytenode to protect my business logic and use asarmor to make the resulting asar non-trivial to uncompress, giving my renderer some kind of "protection" but without requiring me to turn off context isolation or enable nodeIntegration.
-
Hide source code
The simplest way to have some kind of source code protection is to package into an asar file and use asarmour to make it non trivial to extract the archive. https://github.com/sleeyax/asarmor
What are some alternatives?
When comparing bytenode and asarmor you can also consider the following projects:
electron-bytenode-example - A basic Hello World boilerplate using Webpack to convert Electron Javascript code to binary using Bytenode and the Bytenode Webpack Plugin
pkg - Package your Node.js project into an executable [Moved to: https://github.com/vercel/pkg]
pkg - Package your Node.js project into an executable
thislang - A subset of javascript implemented in that subset of javascript. Yes, it can run itself.
wat-compiler - webassembly wat text format to binary compiler
deploy - Deployment tools for standalone Common Lisp applications