Na_Nov_02

JerryScript – JavaScript engine for the Internet of Things

JerryScript is a lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers:

  • Only few kilobytes of RAM available to the engine (<64 KB RAM)
  • Constrained ROM space for the code of the engine (<200 KB ROM)

The engine supports on-device compilation, execution and provides access to peripherals from JavaScript.

This is free and open source software.

Key Features

  • Full ECMAScript 5.1 standard compliance.
  • 160K binary size when compiled for ARM Thumb-2.
  • Heavily optimized for low memory consumption.
  • Written in C99 for maximum portability.
  • Snapshot support for precompiling JavaScript source code to byte code.
  • Mature C API, easy to embed in applications.

Website: jerryscript.net
Support: GitHub Code Repository
Developer: JS Foundation and other contributors
License: Apache License 2.0

JerryScript is written in C. Learn C with our recommended free books and free tutorials.


Related Software

JavaScript Runtime Environments
Node.jsHugely popular cross-platform JavaScript run-time environment
BunFast JavaScript runtime designed as a drop-in replacement for Node.js.
DenoSimple, modern and secure runtime for JavaScript and TypeScript that uses V8
WasmEdgeHigh-performance, and extensible WebAssembly runtime
txiki.jsSmall and powerful JavaScript runtime
JerryScriptJavaScript engine for the Internet of Things
Window.jsJavaScript runtime for desktop graphics programming
BlueboatMulti-tenant serverless JavaScript runtime
loSuccessor project to Just
JustVery small v8 JavaScript runtime

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments