Showing 120 open source projects for "runtime"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    iOS Runtime for NativeScript

    iOS Runtime for NativeScript

    NativeScript for iOS using JavaScriptCore

    ios-jsc is a JavaScriptCore framework for iOS, utilized by NativeScript to execute JavaScript code within iOS applications. It provides a high-performance JavaScript engine that enables the execution of JavaScript in a native iOS environment.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Just JavaScript

    Just JavaScript

    the only javascript runtime to hit no.1 on techempower

    The only javascript runtime to hit no.1 on techempower.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Eva.js

    Eva.js

    Eva.js is a front-end game engine for creating interactive projects

    A front-end game engine specifically for creating interactive game projects. Eva.js provides out-of-box game components for developers to use right away. Yes, it's simple and elegant! Eva.js is powered by efficient runtime and rendering pipeline (Pixi.JS) which makes it possible to unleash the full potential of your device. Thanks to the ECS(Entity-Component-System) structure, you can expand your needs by highly customizable APIs. The only limitation is your imagination! Eva.js relies on canvas in HTML for drawing. If the width and height in the design draft are fixed (for example, 750px*1000px) and occupy the full screen, we can set the CSS width of the canvas to 100% and the height to auto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    UVU

    UVU

    UVU is an extremely fast and lightweight test runner for Node.js

    UVU is a lightweight, ultra-fast JavaScript test runner for Node.js and the browser created by Luke Edwards (lukeed). Its primary goal is to minimize overhead: startup time, memory usage, and complexity are all kept very low so that developers can write and run tests with minimal friction. The tool supports modern features like async/await and native ES Modules, making it suitable for modern codebases. It also supports running in browser environments, which makes it versatile for frontend...
    Downloads: 1 This Week
    Last Update:
    See Project
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 5
    Appium Desktop

    Appium Desktop

    Appium Server in Desktop GUIs for Mac, Windows, and Linux

    ...It is basically a graphical interface for the Appium Server. You can set options, start/stop the server, see logs, etc... You also don't need to use Node/NPM to install Appium, as the Node runtime comes bundled with Appium Desktop. If you're on Windows or macOS, Appium Desktop will automatically provide you with updated versions of the app when they are released. If you encounter a problem updating, simply delete or uninstall the app and re-download the latest. Note that Appium Desktop is not the same thing as Appium. Appium Desktop is a graphical frontend to Appium with additional tools. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Stitches

    Stitches

    CSS-in-JS with near-zero runtime, SSR, multi-variant support

    CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience. Stitches avoids unnecessary prop interpolations at runtime, making it more performant than other styling libraries. Packed full of useful features like theming, smart tokens, css prop, as prop, utils, and a fully-typed API. Stitches has a fully-typed API, to minimize the learning curve, and provide the best possible developer experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Koala

    Koala

    Koala is a GUI application for less

    ...If encountered an error during compilation, koala will pop up the error message. Support for the project to create a global configuration set the same compiler options for the files. koala is built with node-webkit. node-webkit is an app runtime based on Chromium and node.js. You can write native apps in HTML and Javascript with node-webkit. Listens to files, compiles automatically when file changes occur. Everything runs in the background without the need for user input.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 8
    Plupload

    Plupload

    JavaScript API for building file uploaders

    At its core Plupload is visually flat and you can customize it however you like. We are using HTML5 APIs. Always. Plupload is based on multi-runtime pollyfills for XMLHttpRequest L2, File and Image APIs. So when there's no HTML5 available in the browser, we emulate it ourselves. Files not only can be picked from browse dialog, but also can be dropped directly from the desktop. In some browsers, mostly in those based on WebKit, it is possible to drag and drop whole folders. Since we emulate as much of HTML5 as possible, we are able (among other things) to provide access to raw file data, even in such environments that do not normally support it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Vue.js modal

    Vue.js modal

    Easy to use, highly customizable Vue.js modal library

    ...Dialog is merely an example of how easy it is to create modals that fit your project needs. Nevertheless, you can use it if you set dialog, true in plugin configuration. In order to instantiate modals at runtime (for lazy-loading or de-cluttering templates), it is possible to create modals dynamically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 10
    ESLint plugin for React Native

    ESLint plugin for React Native

    React Native plugin for ESLint

    eslint-plugin-react-native is an ESLint plugin that provides linting rules specifically for React Native projects. It ensures best practices, prevents common errors, and helps maintain code quality in React Native applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    babel-plugin-macros

    babel-plugin-macros

    Allows you to build simple compile-time libraries

    ...There is code bundle size overhead; the client needs to receive a CSS parser in order to generate these class names, and shipping this makes the amount of js the client needs to parse larger. Eval-ing out code at compile time that will be baked into the runtime code, for instance, to get a list of directories in the filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    lazysizes

    lazysizes

    High performance and SEO friendly lazy loader for images

    High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration. It may become also your number one tool to integrate responsive images. It can automatically calculate the sizes attribute for your responsive images, it allows you to share media queries for your media attributes with your CSS, helping to separate layout (CSS) from...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Binance Triangle Arbitrage

    Binance Triangle Arbitrage

    Detect in-market cryptocurrency arbitrage

    This app monitors the Binance cryptocurrency exchange in search of triangle arbitrage opportunities. The HUD is the chart displayed above. It is repainted after each calculation cycle to show snapshots of currently detected arbitrage opportunities. To disable the HUD, set HUD.ENABLED to false. Three symbols related by exchange rates are involved in the triangle arbitrage. Percent profit or loss from executing the triangle arbitrage. This includes trading fees specified via EXECUTION.FEE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    texgen.js

    texgen.js

    JavaScript Texture Generator

    ...This approach is ideal for games, demos, and creative coding where small footprint and dynamic variation matter more than hand-painted assets. Because textures are generated at runtime, parameters can be animated or randomized to add life without extra downloads. The project demonstrates how far you can push simple building blocks to create wood, marble, clouds, checkerboards, and other familiar materials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chameleon CML

    Chameleon CML

    A set of code that runs multiple ends

    ...Easy to use, simple and efficient. VS Code, WebStorm, Sublime, Atom plug-ins, syntax highlighting, command completion. Multi-end specification check, syntax error prompt, runtime polymorphism check. Original and powerful cross-multiple grammar checking function. Easily maintain a set of code to achieve across multiple terminals. Non-polluting reference to native components. Based on polymorphic protocol, it can extend any underlying interface. Does not rely strongly on the update of the framework. Unified CML Native SDK and Rich components and API libraries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tevor

    Tevor

    Your own mini Travis CI to run tests locally

    ...This allows you to catch cross-version issues before pushing, keeping your Git history cleaner and reducing back-and-forth with CI. The tool reports results for each matrix entry, showing which runtime versions passed or failed so you can quickly identify compatibility problems. It is open-source, written in Node.js, and available through npm, with GitHub issues discussing options such as running from inside containers and specifying particular versions to test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jul-javascript

    jul-javascript

    JUL - The JavaScript UI Language

    ...It can be used with any framework that accepts a configuration object as a constructor parameter, or with a custom factory for the other frameworks. JUL parses a tree of configuration objects, and creates the runtime components in the expected order and membership. For the most uses, after this step, you will have your application's user interface up and running. Browser support: JUL supports all major browsers, including: FF 2+, IE 7+, Edge, Safari 3+, Chrome 1+, Opera 9+, IOS 3+, Android 2+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Docute

    Docute

    Effortless documentation, done right

    Docute is basically a JavaScript file that fetches Markdown files and renders them as a single-page application. It's totally runtime-driven so there's no server-side components involved which also means there's no build process. You only need to create an HTML file and a bunch of Markdown documents and your website is almost ready! Docsify and Docute are pretty much the same, but with different UI and different usages. Docute (60kB) is 3 times bigger than Docisfy (20kB), because we use Vue, Vue Router and Vuex while Docsify uses vanilla JavaScript under the hood. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NativeScript Documentation

    NativeScript Documentation

    Documentation, API reference, and code snippets for NativeScript

    NativeScript provides platform APIs directly to the JavaScript runtime (with strong types) for a rich TypeScript development experience. Building Web, iOS, Android, and Vision Pro apps with a shared codebase (aka, cross-platform apps) Building native platform apps with portable JavaScript skills. Augmenting JavaScript projects with platform API capabilities. AndroidTV and Watch development watchOS development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP HTML5 Videochat

    PHP HTML5 Videochat

    Simple PHP setup for HTML5 Videochat web application by VideoWhisper.

    Using the HTML5 videochat interface is highly recommended as main browsers have plans to discontinue Flash support in 2020. HTML5 Videochat uses WebRTC technology to allow broadcasting webcam directly from website, without need for Flash. This is a simple embedding preview edition, with simple scripts to embed app and showcase few features. Live demo for this edition is available at: https://videowhisper.com/demos/html5-videochat/ For a full implementation of advanced capabilities,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Koa-socket-2

    Koa-socket-2

    Socket.IO for Koa

    ...However, Google's Go language -- or GoLang -- allows you to write code that compiles down to binary. It can be a very good way to take your SocketIO server to the next level by running faster and requiring less overhead than runtime environments like NodeJS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    offline-plugin for webpack

    offline-plugin for webpack

    Offline plugin (ServiceWorker, AppCache) for webpack

    This plugin is intended to provide an offline experience for webpack projects. It uses ServiceWorker, and AppCache as a fallback under the hood. Simply include this plugin in your webpack.config, and the accompanying runtime in your client script, and your project will become offline ready by caching all (or some) of the webpack output assets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Phaser 3 Plugin Path Builder

    Phaser 3 Plugin Path Builder

    Draw and edit Lines, Bezier Curves, Splines at runtime

    Phaser 3 Plugin Path Builder is a tool that allows developers to create and edit paths for path followers and tweens within Phaser 3 games. It supports various path types and enables runtime editing and exporting of paths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tail.select

    tail.select

    Create beautiful, functional and extensive (Multi) Select Fields.

    Replace and Improve your HTML <select> fields with style and without jQuery! The tail.select script is back, re-written in vanilla JavaScript and ready to beautify and extend your HTML <select> fields... again! Add a search bar, multi-selection utilities (such as select all or none buttons), deselectability on single select fields, a perfect design and many more user-friendly functions to your web-application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Foxman

    Foxman

    An extensible mock server

    Fox lies, which means mock; Man means intellectual and elegant.
    Downloads: 0 This Week
    Last Update:
    See Project