Showing 4336 open source projects for "mac browser"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    Max2Play

    Max2Play

    easiest way to configure video and audio player by Web interface

    Max2Play offers a browser based administration interface for mini-computers like Raspberry Pi or Odroid on a Linux basis. With Max2Play, applications, so-called Max2Play extensions can be installed and administrated on your mini-computer without any Linux knowledge. The controls can be accessed via smartphone, tablet or computer, no connection of any mouse or keyboard to the mini-computer necessary. Max2Play is focusing on audio player features: Max2Play supports 3 different audio player,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Butterfly

    Butterfly

    A web terminal based on websocket and tornado

    Butterfly is a web-based, xterm-compatible terminal emulator written in Python, leveraging WebSockets and Tornado to allow users to access and interact with a terminal via their browser without plugins, featuring robust theming, multi-session support, browser-native features, and security mechanisms. Native browser scroll and search. Theming in css / sass (20 preset themes) endless possibilities. HTML in your terminal! cat images. Multiple sessions support (à la screen -x) to simultaneously...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bowtie

    Bowtie

    Create a dashboard with python!

    Bowtie is a library for writing dashboards in Python. No need to know web frameworks or JavaScript, focus on building functionality in Python. Interactively explore your data in new ways! Deploy and share with others! Bowtie uses Yarn to manage node packages. If you installed Bowtie through conda, Yarn was also installed as a dependency. Yarn can be installed through conda. An early integration with Jupyter has been prototyped. I encourage you to try it out and share feedback. I hope this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Thexyz Cloud Drive

    Thexyz Cloud Drive

    Mobile Sync for Files, Email, Calendars, and Contacts

    Thexyz Cloud Drive application allows you to synchronize files on your desktop with your cloud storage space. This gives you instant access to the most recent versions of important files from anywhere and from any device. Need to edit that important document, but don’t have access to your desktop computer? With the editors included in Cloud Drive, you can create, access, and edit documents and spreadsheets right from your browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Web Operated DMX Controller

    Web Operated DMX Controller

    Arduino platform based Web DMX Controller

    A web based DMX Controller. Simply point your browser to the controller and you can control a full 512 universe DMX stage lights with scenes, scene fading and other functions. No RDM support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cyclotron

    Cyclotron

    A web platform for constructing dashboards

    Cyclotron is a web-based, drag-and-drop dashboard creation platform developed by ExpediaGroup. It enables non-programmers to build, edit, and host dashboards defined declaratively via JSON configs. Features include a built-in editor, REST API integration, Docker deployment, and extensibility for custom components. It facilitates rapid dashboard development without coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    he

    he

    A robust HTML entity encoder/decoder written in JavaScript

    he is a JavaScript library that provides robust HTML entity encoding and decoding, with full Unicode support. It supports all standardized named character references (e.g., ©, —), handles numeric and hex entities, and deals properly with astral Unicode symbols (i.e., code points outside the BMP). The library is designed so that he.decode(input) will safely convert HTML-entity encoded strings into proper Unicode text, and he.encode(text, options) will encode non-ASCII or special...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EventWeb creates a bi-directional channel between a browser and a web server. This allows the user to interact with a web application in the same way as a desktop application. Works with Java servlets or as a stand-alone application server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    parrot-mocker-web

    parrot-mocker-web

    Simple web server to forward received requests to real servers

    This project provides a simple mock server, which works with the Chrome plugin parrot-mocker. Install the Chrome plugin, parrot-mocker, so that your pages have the ability to intercept requests and forward to this mock server. Other usages without the plugin can refer to the parrot-mocker project. For example, if deployed in leancloud, please open your Chrome browser and visit the index page first. Other instances like now.sh are similar. Now you will find that requests are forwarded to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    TechnicalIndicators

    TechnicalIndicators

    A javascript technical indicators written in typescript

    A javascript technical indicator written in typescript with pattern recognition right in the browser. Every indicator has a static method calculated which can be used to calculate the indicator without creating an object. Initialize the indicator with the available price value. Get results for initialized values. Use nextValue to get the next indicator values for further tick. This uses regular javascript numbers, so there can be rounding errors that are negligible for a technical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    vscode-chrome-debug

    vscode-chrome-debug

    Debug your JavaScript code running in Google Chrome from VS Code

    A VS Code extension to debug your JavaScript code in the Google Chrome browser, or other targets that support the Chrome DevTools Protocol. When your launch config is set up, you can debug your project. Pick a launch config from the dropdown on the Debug pane in Code. Press the play button or F5 to start. The extension operates in two modes - it can launch an instance of Chrome navigated to your app, or it can attach to a running instance of Chrome. Both modes require you to be serving your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    React Performance Devtool

    React Performance Devtool

    A browser developer tool extension to inspect performance

    React Performance Devtool is a browser extension for inspecting the performance of React Components. It statistically examines the performance of React components based on the measures which are collected by React using window.performance API. Along with the browser extension, the measures can also be inspected in a console. A demo of the extension being used to examine the performance of React components on my website. Performance measures can also be logged to a console. With every...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    jBrowserDriver

    jBrowserDriver

    A programmable, embeddable web browser driver

    jBrowserDriver is a programmable, embeddable web browser driver compatible with the Selenium WebDriver specification, implemented in pure Java and based on WebKit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ethereum Wallet and Mist Browser

    Ethereum Wallet and Mist Browser

    Gateway to decentralized applications on the Ethereum blockchain

    Ethereum Wallet is a gateway to decentralized applications on the Ethereum blockchain. It enables you to hold and secure ether and other crypto-assets built on Ethereum, as well as write, deploy and use smart contracts. Mist Browser (formerly Ethereum Dapp Browser) is the end-user interface for Ethereum. It's the tool of choice for browsing and using Dapps and is specifically designed for non-technical users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    myie9

    The best IE kernal based browser

    The best IE kernal based browser. More stable and faster.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    GitHunt

    GitHunt

    Hunt the most starred projects on any date on GitHub

    React app and Chrome Extension to go through the top project. GitHunt is a react application and a chrome extension that lets you explore the most starred projects on GitHub. Replace the new tab with a list of trending repositories on github belonging to any technology that you chose. You can look through the repositories for any technology of your liking and for any period of time. By default it shows the trending repositories (most starred repositories created in the given period of time)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Syllog

    Syllog is a system for teaching logic, with anonymous answer logging

    Syllog is a system for teaching various forms of logic, including syllogistic logic. It consists of a student-facing Java Applet that runs in the student's browser, and a teacher-facing, server-based logging facility for recording the answers given by students. The student-facing part simply poses questions, to which the student must provide an answer. The teacher-oriented logging facility then logs the answers anonymously for further investigation by the teacher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Offnet

    Program that saves complete web pages retaining multiple timestamps

    Offnet is an open source tool for mirroring web pages. It lets you manage several snapshots of web pages in order to retain the newest as well as some elder versions of a web page. It has also file based deduplication features to store content efficiently. The application comes with an integrated web server to navigate directly through your web browser. Project goals: - Web page downloads for less experienced users, including easy setup - Project based page maintanance - Not too...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    frint

    frint

    Modular JavaScript framework for building scalable applications

    Modular JavaScript framework for building Scalable & Reactive applications. The whole framework is split into multiple independent packages. You get to compose your Apps with only the packages your need. You can roll your own Component based view libraries with Frint. We have official support for React. We embraced the power of reactive programming everywhere, including app-to-app communication for ease of development. Gives your applications a structure. Environment agnostic (runs in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    xeogl

    xeogl

    A WebGL-based 3D engine for technical visualization

    xeogl is an open source JavaScript library from xeolabs for 3D model visualization on WebGL. It gives you tools to create interactive 3D worlds in your browser. Load models from formats like glTF or OBJ, or generate them programmatically. Navigate them with the camera and script them with Javascript, to build compelling 3D presentations. Load multiple models. Isolate/move/emphasize objects. Camera navigation controls. Camera animations (flyto, follow, path etc). Emphasis effects (wireframe,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Cucumber Linux

    Cucumber Linux

    A general purpose desktop and server Linux distribution.

    Cucumber Linux aims to provide a Linux distribution that is usable as an every day, general purpose operating system. It aims to do this in as minimalistic a way as possible and in a way that follows the Unix Philosophy. Our mission is three fold: to focus on the distribution's simplicity, stability and security.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Registro de frequência de colaboradores versão WEB O projeto tem objetivo de mostrar a melhor utilização do Framework Raudus utilizando a camada de acesso a dados REST Dataware, integração ao WhatsApp e envio de SMS. O projeto será desenvolvido em Delphi e Lazarus, Windows e Linux. Acesso a dados: Quando o banco de dados e o aplicativo ficar na mesma rede, o acesso a dados pode ser feito com: ZeosDB, DBexpress,Firedac, Anydac, ODBc, ou qualquer outro componente. Quem vai se...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    gulp-babel

    gulp-babel

    Gulp plugin for Babel

    Use next-generation JavaScript, today, with Babel. Install gulp-babel if you want to get the pre-release of the next version of gulp-babel. See the Babel options, except for sourceMaps and filename which are handled for you. Also, keep in mind that options will be loaded from config files that apply to each file. Files in the stream are annotated with a babel property, which contains the metadata from babel.transform(). If you're attempting to use features such as generators, you'll need to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KaiZen OpenAPI Editor

    KaiZen OpenAPI Editor

    Eclipse Editor for the Swagger-OpenAPI Description Language

    KaiZen OpenAPI Editor is an Eclipse editor for the industry standard API description language, formerly known as Swagger. It now supports both Swagger-OpenAPI version 2.0 and OpenAPI version 3.0. KaiZen Editor is a core component of RepreZen API Studio, a comprehensive solution for API modeling, documentation, visualization, testing and code generation, built on Eclipse. KaiZen OpenAPI Editor is available on Eclipse Marketplace. Drag-and-drop this button into Eclipse Oxygen or later to...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    QuoJS

    QuoJS

    Micro #JavaScript Library for Mobile Devices

    QuoJS is a lightweight JavaScript library aimed at building mobile-first web interfaces with a focus on touch interactions and simple DOM utilities. It provides a compact, jQuery-like API for element selection, traversal, and manipulation, but trims the surface area to keep payloads small for mobile browsers. A core feature set centers on high-level touch gestures—such as tap, double-tap, swipe, pinch, and long-tap—abstracting away platform quirks so developers can attach handlers...
    Downloads: 0 This Week
    Last Update:
    See Project