Front-end Frameworks

Hermes – JavaScript engine optimized for React Native

Hermes is a JavaScript engine optimized for fast start-up of React Native apps.

For many apps, enabling Hermes will result in improved start-up time, decreased memory usage, and smaller app size. At this time Hermes is an opt-in React Native feature,

This is free and open source software.

Key Features

  • Ahead-of-time static optimization – build-time precompilation of JavaScript into efficient bytecode.
  • Optimized for mobile – small in APK size, lean on memory, and starts instantly.
  • Easy integration – implements JavaScript standards.
  • Compact bytecode.
  • Supports ECMAScript 2015 (ES6):
    • Symbols (including most well-known Symbols).
    • Iteration (with [Symbol.iterator]).
    • for..of loops.
    • Array spread.
    • Object rest/spread.
    • Shorthand property and computed property on object literals.
    • Destructuring assignment (with array and object “rest” properties).
    • Template string literals.
    • Generators (function* and yield).
    • TypedArrays.
    • Arrow functions.
    • Optional chaining and nullish coalescing (?. and ??).
    • Reflection (Reflect and Proxy).
    • Intl, or Internationalization APIs – currently Android only
    • ES6 Promise.
    • All ES6 JS library functions
      • Set/Map.
      • WeakSet/WeakMap.
      • ES6 String searching functions.
      • ES6 Array searching functions.

Website: hermesengine.dev
Support: GitHub Code Repository
Developer: Facebook, Inc. and its affiliates
License: MIT License

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


Related Software

JavaScript Engines
V8High-performance JavaScript and WebAssembly engine
SpiderMonkeyJavaScript and WebAssembly Engine, used in Firefox, Servo and more
QuickJSSmall and embeddable Javascript engine
HermesJavaScript engine optimized for React Native
JerryScriptJavaScript engine for the Internet of Things
DuktapeEmbeddable JavaScript engine, focusing on portability and compact footprint
ElkTiny embeddable JavaScript engine

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.

Know 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