Open Source JavaScript Software - Page 39

JavaScript Software

Browse free open source JavaScript Software and projects below. Use the toggles on the left to filter open source JavaScript Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    smooth UI

    smooth UI

    Modern React UI library

    Modern React UI library. Code less, do more. Smooth UI is a style system / UI library for React. It works with Styled Components or Emotion. It is focused on developer experience, and productivity. You can focus on what you want to build instead of on how to build it. BrowserStack allows us to test in real browsers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    stylelint

    stylelint

    A linter that helps you avoid errors and enforce conventions

    stylelint understands the latest CSS syntax including custom properties and level 4 selectors. Extracts embedded styles from HTML, markdown and CSS-in-JS object & template literals. Parses CSS-like syntaxes like SCSS, Sass, Less and SugarSS. Has over 170 built-in rules to catch errors, apply limits and enforce stylistic conventions. Supports plugins so you can create your own rules or make use of plugins written by the community. Automatically fixes the majority of stylistic violations. Itis well tested with over 15000 unit tests. Supports shareable configs that you can extend or create. It is unopinionated so that you can customize it to your exact needs. stylelint has a growing community and is used by Facebook, GitHub and WordPress. You can configure the built-in stylistic rules to allow both multi-line and single-line rules. The choice of when to use each belongs to the user.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    stylus

    stylus

    Expressive, robust, feature-rich CSS language built for nodejs

    Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. Supporting both an indented syntax and regular CSS style. Installing Stylus is very easy once you have Node.js. So get the binaries for your platform and make sure that they also include npm, Node’s package manager. Stylus features powerful in-language function definitions. Function definitions appear identical to mixins; however, functions may return a value. Optional arguments may default to a given expression. With Stylus we may even default arguments to earlier arguments! Stylus is an innovative stylesheet language that compiles down to CSS. Inspired by SASS, Stylus is built with node.js and capable of running in the browser. Stylus is “pythonic” (i.e. indentation-based). Whitespace is significant, so we substitute { and } with an indent, and an outdent. Stylus, just like CSS, allows you to define properties for several selectors at once through comma separation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    tabler icons

    tabler icons

    1950 free MIT-licensed high-quality SVG icons

    A set of over 1950 free MIT-licensed high-quality SVG icons for you to use in your web projects. Over 1950 pixel-perfect icons for web design. Free and open-source icons designed to make your website or app attractive, visually consistent, and simply beautiful. Each icon is designed on a 24x24 grid and a 2px stroke. All icons are built with SVG, so you can place them as <img>, background-image and inline in HTML code. If you load an icon as an image, you can modify its size using CSS. You can paste the content of the icon file into your HTML code to display it on the page. Import the icon and render it in your component. You can adjust SVG properties through React props. Angular components are available through the angular-tabler-icons package. Vue components are available through the vue-tabler-icons package. Install the package, import the icon component and render it in your component. You can adjust SVG properties by passing regular HTML attributes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    updates

    updates

    Flexible npm dependency update tool

    Flexible npm dependency update tool. updates is a CLI tool that checks for npm dependency updates of the current project and optionally updates package.json. It is highly configurable and is typically able to complete in less than a second. Option that takes multiple arguments can take them either via comma-separated value or by specifying the option multiple times. If an option has an optional pkg argument but none is given, the option will be applied to all packages instead. The JSON output is an object with possible properties results, message and error.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    v86

    v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

    v86 is an open-source x86 PC emulator that runs entirely in the browser using WebAssembly for near-native performance. It translates x86 machine code into WebAssembly at runtime, enabling users to boot and run full operating systems without installing anything locally. The emulator supports a wide range of legacy systems, including Linux, Windows 95/98/2000, FreeDOS, and various experimental OSes. It simulates essential hardware components such as CPU, memory, VGA graphics, sound cards, network adapters, and storage controllers. Designed for both experimentation and embedding, v86 can be integrated into web apps or used as a standalone virtual machine environment. Overall, it provides a powerful way to explore operating systems, retro computing, and low-level system behavior directly from a web browser.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    videodl

    videodl

    Lightweight Python tool for downloading videos from many platforms

    Videodl is a lightweight video downloader implemented entirely in Python that allows users to retrieve videos from a wide range of online media platforms. It focuses on providing a fast and simple way to parse video pages and download media files, often prioritizing high-definition versions without watermarks when available. It supports numerous video platforms across both Chinese and international streaming ecosystems, enabling users to fetch content from many popular services through a unified interface. Videodl works by implementing platform-specific client modules that extract video information and download links from supported services. Videodl can integrate with external command-line utilities to improve downloading performance, handle streaming formats such as HLS, and manage encrypted or segmented media streams. Additional utilities can also enable faster downloads, resume interrupted transfers, and process complex playlist structures.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    web-access

    web-access

    Skill for installing full networking capabilities for Claude Code

    web-access is a tool designed to give AI agents structured and controlled access to web content, enabling them to retrieve, navigate, and process information from online sources in real time. It abstracts common web interactions such as page loading, data extraction, and navigation into reusable functions that can be invoked by agents. The system emphasizes safety and control, likely including mechanisms to manage permissions, rate limits, and content filtering. This allows agents to operate within defined boundaries while still benefiting from dynamic, up-to-date information. The architecture supports integration with broader agent frameworks, making it a key component for building systems that require external knowledge. It is particularly useful for tasks like research, monitoring, and automated data collection. Overall, web-access extends the capabilities of AI agents by connecting them to the live web in a structured and reliable way.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    whs.js

    whs.js

    Super-fast 3D framework for Web Applications

    whs is currently at v2 major version. We had plans for v3 yet but development isn't active. So v2 will probably remain the main stable version until further notice. We try to publish minor update releases for bug fixes, we will review PRs. Download the minified library or link the one from CDN. Simple integration of any high-performance physics even with Worker (Multithreading). Integrated Three.js rendering engine. Work with whs.js and Three.js at the same time.
    Downloads: 4 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Ĉapelisto
    Some web pages written in Esperanto use the so called "ikso-sistemo", with special letters ĉ, ĝ, ĥ, ĵ, ŝ and ŭ substituted with cx, gx, and so on. Ĉapelisto converts those web pages back to the traditional Esperanto alphabet.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 11
    Lithology Docker for CorelDraw

    Lithology Docker for CorelDraw

    For the design of geological sections, illustrations

    Telegram chat https://t.me/+cDV5ccIDOJ42OTc6 Telegram group https://t.me/+qvT9A2fX5-c5YWMy YouTube channel https://www.youtube.com/@finich1981 Lithology is a docker for CorelDRAW, which is designed to build geological sections, geological maps, and well mapping schemes. Installation You can use the installer, which is located in the setup folder Or install it manually from the archive in the zip folder There are two folders in the archive Lithology and LithologyResources Copy the Lithology folder to c:\Program Files\Corel\CorelDRAW Graphics Suite XXXX\Programs64\Addons\ Copy the LithologyResources folder to c:\Users \{Your user}\AppData\Roaming\Corel\CorelDRAW Graphics Suite XXXX\Custom Data\ Launch CorelDRAW, open docker from the menu Window-> Windows settings-> Lithology
    Downloads: 58 This Week
    Last Update:
    See Project
  • 12
    OpenSeaMap
    OpenSeaMap's goal is to add nautical and tourism information a sailor could be interested in to OSM (OpenStreetMap) and to present it in a pleasing way. Those include beacons, buoys and other seamark and port information.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 13
    GeoNetwork opensource - Metadata Catalog
    A web based Metadata Catalog Server for data description and discovery. Supports both generic and geospatial data discovery. It implements international standards (e.g. ISO19115/19139/19119, ISO19115-3, DCAT-AP, CSW 2.0, OGC API Records). It originates from the United Nations and is used by many governments as geoportal software. Active development and discussion takes place on GitHub and OSGeo Discourse. You can also connect directly with the companies supporting the development. Source code available on github https://github.com/geonetwork/
    Leader badge
    Downloads: 99 This Week
    Last Update:
    See Project
  • 14
    Openbravopos

    Openbravopos

    Open Source Openbravo POS convert to Commercial Retail ERP and POS

    Complete and user-friendly retail POS functionality A comprehensive, flexible, and user-friendly cloud-based retail POS software. 1. Sales, quotations, reservations, and returns, including cross-store and cross-channel scenarios. 2. Automatic validation of customer personal data. 3. Configuration of keymaps for quick access to options and featured products. https://www.youtube.com/watch?v=Aai3iYLP2TQ&pp=ygUNb3BlbmJyYXZvIGtkcw%3D%3D Contact: both version of Openbravo POS osopenbravo@gmail.com Join Our Channel: https://whatsapp.com/channel/0029Vavg10ZIXnlvG5dUDu0x
    Downloads: 55 This Week
    Last Update:
    See Project
  • 15
    Koha Library Management System

    Koha Library Management System

    Free & Open Community Edition Server in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Library Management System live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with koha wherever mentioned ) After starting this VM, please access these websites ( Just Accept Any Warnings ) : Public Website Address: https://koha.local Staff Website Address: https://koha.local:4430 Staff Username: staff Staff Password: change_this from any PC on your Local Network. For better performance, Increase the CPU Count & Memory in the VM's Settings, as available on the physical machine. Also, read the koha guidelines, given on the Wiki Page of this site, for choosing the right hardware resources. Backup the system regularly, to avoid any issues, as in the video. Google Search helps in finding more about Koha.
    Downloads: 122 This Week
    Last Update:
    See Project
  • 16
    YetiForce CRM

    YetiForce CRM

    The most affordable CRM system according to Capterra

    Are you looking for a system to boost your sales? Do you want to improve your relationships with customers? Do you want to contribute to the fastest growing open source project on GitHub? You can use YetiForce completely free of charge. With YetiForce’s help you will manage 12 business processes in your company, no matter the size. The vast number of features available for free helped us win the first place in Capterra’s “Most Affordable CRM Software” ranking. YetiForce’s open source code was released under a very flexible and liberal license, which gathers a large and active community around the project. You too can contribute to it no matter if you are a professional programmer or software development is just your hobby. Download YetiForce for free and find out why you should become one of more than 250 000 people who already use it. Testing versions: GitStable: https://gitstable.yetiforce.com/ GitDeveloper: https://gitdeveloper.yetiforce.com/
    Downloads: 15 This Week
    Last Update:
    See Project
  • 17
    PC_Workman_HCK

    PC_Workman_HCK

    AI-powered PC monitoring that explains. Not shows numbers/spikes.

    PC_Workman is what 680 hours of coding after warehouse shifts looks like. Built on a laptop hitting 94°C, this AI-powered monitoring tool does what Task Manager can't: it understands your system, not just measures it. Features: - Time travel monitoring - debug issues from hours ago - AI diagnostics with HCK_GPT - Custom fan curves with profiles - Floating always-on-top widget - 2D system map - Cross-GPU support (NVIDIA/AMD/Intel) Four complete rebuilds. 29 features killed. 24,000 lines of optimized code. No team. Solo Dev. BUILD-IN-PUBLIC Free because good tools should be. Alpha v1.6.3—real tools built on real constraints.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 18
    Mibew Messenger 3
    Mibew Messenger is an open-source live support application allowing visitors of your site to chat with your operators.
    Downloads: 91 This Week
    Last Update:
    See Project
  • 19
    CoBIS Microfinance Software
    Affordable, Easy 2 Use, Robust Microfinance Software that efficiently manages Micro-Banking & SACCO Operations. With several satisfied customers we continue to offer Limitless Capabilities. Note: This Project moved to www.cobismfisolutions.com CoBIS Features: Manage Clients Personal data Create & Manage Savings Accounts Savings Interest Posting. Minimum Savings Balance. Manage Term Deposits, Shares Create & Manage Loans and Automated Loan Repayments from Client Savings Account Loan Interest Computation Options: Flat, Declining Balance, Declining Balance Equal Principle. Over 100 Standard Reports Complete General Ledger Accounting Trial Balance, Income Statement, Balance Sheet, Journal Transactions, Daily Expenditure Posting Teller User Debit Limit SMS Alerts Manage User Permissions Demo Login Details Username: cobisdemoaccount Password: @demo2024 N.B For an Implementation Quotation for your Financial Institution / Bank, Contact: info@cobismfisolution.com
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 20
    OpenbravoTech

    OpenbravoTech

    Openbravo ERP is an open-source enterprise resource planning (ERP)

    Openbravo ERP is an open-source enterprise resource planning (ERP) software that helps businesses manage their core business processes, including financial management, purchasing, sales, inventory management, and project management. It is based on a web-based architecture and offers a modular design, allowing businesses to easily customize and extend the software to meet their specific needs. Openbravo ERP is available in both cloud-based and on-premise deployment options and supports multiple languages and currencies. Openbravo POS is an open-source point of sale software designed for retail businesses. It features a web-based interface and runs on various platforms including Windows, Linux, and MacOS. It offers functions such as inventory management, sales reporting, customer management, and support for multiple payment methods. Openbravo POS is highly customizable and can be integrated with other systems such as accounting or e-commerce platforms. Offer Ongoing maintenance
    Downloads: 50 This Week
    Last Update:
    See Project
  • 21
    OpenVRML is a cross-platform VRML and X3D browser and C++ runtime library.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 22
    WackoWiki

    WackoWiki

    WackoWiki is a light and easy to install multilingual Wiki-engine.

    WackoWiki is a light and easy to install multilingual Wiki-engine. Supports WYTIWYG-editing, page rights (ACLs), design themes (skins), file upload, email notification and much more. Compatible with PHP 8.0 - 8.5 and MariaDB / MySQL / SQLite.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 23
    i-doit - Open Source CMDB & ITSM Tool

    i-doit - Open Source CMDB & ITSM Tool

    ITIL conform CMDB solution for documenting your entire IT landscape

    i-doit is a web based IT documentation and CMDB. i-doit documents IT-systems and their changes, defines emergency plans, displays vital information and helps to ensure a stable and efficient IT operation: The technical documentation: This means that all information can be organised (details flexibly adjusted), stored and maintained in one place. This allows simple Helpdesk, Support and Planning functions and provides the basis for quality assurance and certification. i-doit allows services to be documented as a logical grouping of objects placed in relation to each other. This provides the basis for (ITIL) processes such as Change and Problem Management, helps to control and manage the SLA (Service Level Agreement) or the communication with users. Its interfaces to other ITSM applications (like Nagios, Request Tracker etc.) allow the entering of data only once in the ITSM environment. i-doit maintains one holistic view of the operational situation.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 24
    MyWebSQL
    MyWebSQL is a web based WYSIWYG Database client written in PHP. It has a simple and intuitive interface with the look and feel of a desktop application, and offers rich features for database management. No installation is needed, just download, extract and you are ready to go. It even has a single file compact version with full functionality, which you can quickly deploy on your server. Currently MyWebSQL supports working with MySQL, PostgreSQL and SQLite databases.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 25
    TimeTrex Time and Attendance

    TimeTrex Time and Attendance

    TimeTrex is a complete web-based payroll and time management suite.

    TimeTrex is a complete web-based payroll and time management suite which offers employee scheduling, time & attendance (timeclock, timesheet), job costing, human resource management (HRM), invoicing and payroll all in tightly integrated package. [Timesheet,payroll,timeclock,payroll,timesheet,hrm,human resource management, workforce management]
    Downloads: 17 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB