Showing 95 open source projects for "mac browser"

View related business solutions
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 1
    tmi.js

    tmi.js

    Javascript library for the Twitch Messaging Interface

    Connect to and interact with Twitch chat (IRC) from Node.js or a browser. Control the delay in milliseconds between JOIN requests when using the channels array option. Minimum of 300 milliseconds. If the identity has special permission from Twitch for a higher join rate then you should implement your own calls to the client.join method. Disable receiving JOIN/PART events for other users. Good for decreasing network traffic when joining lots of channels or you don't care about this data....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    ipfs-provider

    ipfs-provider

    Connect to IPFS via an available provider

    Returns IPFS API object by trying multiple providers in a custom fallback order. This is a general-purpose replacement for ipfs-redux-bundle. When using prebuilt bundles in production use explicit versions and SRI hashes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    IPFS Gateway Selector

    IPFS Gateway Selector

    An IPFS site displaying public IPFS gateways and their connection

    IPFS Gateway Selector is a serverless service that checks public IPFS gateway status and latency to user browser. You only need to visit one of the URLs listed in Try It section in your browser. Input the CID you want to download, or simply copy&paste the link containing the CID, then click "Reload Gateways", it will refresh the download links list with the estimated latency of each gateway. You may integrate this service with your website to provide a mirrors feature. By adding a cid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    peerweb.site

    peerweb.site

    Peer to Peer decentral Web Site hosting at your fingertips

    Peer Web Site supports content encryption aka. salting since v. beta 0.8.0. The code regarding this feature can be found at: EncryptDecrypt.js and ensures that the passwords/passphrases do net get saved nor sent anywhere. This is a very convenient feature to secure your content. Although, it can not encrypt IPFS nor WebTorrent files added to your site and purely encrypts the actual content, which you enter through the text editor or devtools, as well as embedded Base64 files. Send Texts,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The complete IT asset and license management platform Icon
    The complete IT asset and license management platform

    Gain full visibility and control over your IT assets, licenses, usage and spend in one place with Setyl.

    The platform seamlessly integrates with 100+ IT systems, including MDM, RMM, IDP, SSO, HR, finance, helpdesk tools, and more.
    Learn More
  • 5
    Quranipfs

    Quranipfs

    Quran over IPFS in browser streaming and downloading

    Quran over IPFS in browser streaming and downloading. we are using HTML / CSS / JS for the frontend and Firebase IPFS to the backend, and we are offering our source code for free, open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Almonit plugin

    Almonit plugin

    ENS+IPFS Firefox plugin by Almonit

    A Dwebsites (decentralized websites) browser extension by Almonit. Almonit is a browser extension for Dwebsites. Traditional websites use a server and a name service (DNS) to be accessible. Decentralized websites replace the server with decentralized storage and the name service with a decentralized name service. Almonit browser extension lets users access Dwebsites through the browser. The extension focuses on IPFS and Skynet as a decentralized storage, and ENS as a decentralized name...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IPFS Browser Sandbox

    IPFS Browser Sandbox

    An experimental p2p browser built on IPFS

    The IPFS Browser Sandbox is not a product intended to ship to end users. It is a Technology Preview for how IPFS/IPLD resources could be represented in web browser components. It is here for demos, experimentation and fun times. It's also not secure and may be partly or entirely broken. Use at your own risk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MFS JavaScript Implementation

    MFS JavaScript Implementation

    JavaScript implementation of the IPFS Mutable File System

    JavaScript implementation of the IPFS Mutable File System. The code published to npm that gets loaded on requires is an ES5 transpiled version with the right shims added. This means that you can require it and use with your favorite bundler without having to adjust the asset management process. The mfs works by storing a reference to the root node's CID in LevelDB. LevelDB does not support concurrent access so there are read/write locks around bits of the code that modify the the root node's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RainLoop Webmail (PHP)

    RainLoop Webmail (PHP)

    Simple, modern & fast web-based email client

    Modest system requirements, decent performance, simple installation and upgrade, no database required - all these make RainLoop Webmail a perfect choice for your email solution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    Alien Evolution

    Alien Evolution

    A websocket based realtime browser application using the Alien Cipher.

    Alien Evolution realtime socket based delivery. What makes this website truly unique is we are using a Alien Cipher encoded websocket to deliver the html and javascript to the client. After the initial key exchange Alien completely drops http transfers from the mix and pushes the Alien Evolution website to client via the socket. Secure content delivery and realtime interactivity are the primary goals of this project and Alien Evolution does not disappoint. Alien moves the logic outside...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    js-ipfs-http-client-lite

    js-ipfs-http-client-lite

    An alternative client library for the IPFS HTTP API

    An alternative client library for the IPFS HTTP API, aiming to be as lightweight as possible (<20KB) in the browser. To interact with the API, you need to have a local daemon running. It needs to be open on the right port. 5001 is the default and is used in the examples below, but it can be set to whatever you need. In a web browser IPFS HTTP client (either browserified or CDN-based) might encounter an error saying that the origin is not allowed. This would be a CORS ("Cross Origin Resource...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pure web3 browser

    pure web3 browser

    Personal immortal robot for the The Great Web

    Personal immortal robot for the Great Web. The project is currently at the concept stage. The idea of addressing things using content addresses in browser makes sense, so it is worth working further on, and the idea of using cyber instead of google right in the browser search bar is also amazing. That is why our current focus is the launch of cyber network. Once we achieve that, we can shift more focus into the development of the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Soy

    Soy

    Static Websites on the Distributed Web

    Soy is a collection of smart contracts and tools to enable you to build your site on the distributed web. By virtue of using ENS and IPFS your content will be quickly accessible all over the world without having to set up or manage any infrastructure. Scripting with Soy usually looks something like this. This is an example of creating a new Soy instance and using it to register a domain and publish the content hash for the site. Once you have ENS set up to point to an ipfs hash, simply add...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fire RSS Reader

    Fire RSS Reader

    RSS Reader Firefox addon extension

    Your Reader of RSS feeds for browser Firefox Get it - https://addons.mozilla.org/en-US/firefox/addon/fire-rss-reader/ How it works - https://www.youtube.com/watch?v=0bx-gqBJ7uo To run and build browser extension from cmd or terminal type: - npm install --global web-ext - cd my/path/folder/FireRSS - web-ext run - web-ext build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    loadCSS

    loadCSS

    Load CSS asynchronously

    Referencing CSS stylesheets with link[rel=stylesheet] or @import causes browsers to delay page rendering while a stylesheet loads. When loading stylesheets that are not critical to the initial rendering of a page, this blocking behavior is undesirable. The pattern below allows us to fetch and apply CSS asynchronously. If necessary, this repo also offers a separate (and optional) JavaScript function for loading stylesheets dynamically. As a primary pattern, we recommend loading asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Roll Call

    Roll Call

    Free and reliable audio calls for everyone w/ browser p2p

    roll-call is a lightweight, browser-based video conferencing tool built entirely with WebRTC and peer-to-peer technologies. It requires no backend server or user authentication, making it ideal for impromptu meetings, remote collaboration, or privacy-conscious communication. Users simply share a unique room URL, and connections are established directly between participants. With minimal setup and no data retention, roll-call emphasizes simplicity, accessibility, and decentralization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FileServer

    FileServer

    Share files from a windows PC to any other network device

    Gives you the ability to share & manage files from your windows pc on another device(MAC,LINUX,ANDROID etc) in the same network without needing another application on the receiving(client) end, (the client uses the devices browser to download, or view/modify files). It contains an inbuilt http server hence no need for an application on the receivers end. The host turns on the application and the client opens the browser and types the ip address including the port ( the application automatically generates it, hence no need for ipconifg on cmd or any other ways to get ip), then he has access to all the files on the other pc with a very beautiful interface. the client also has a possibility of watching videos, playing music and images directly on his or her browser without having to download it. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    PHP Address Book

    Simple, web-based address & phone book

    Simple, web-based address & phone book, contact manager, organizer. Groups, addresses, e-Mails, phone numbers & birthdays. vCards, LDIF, Excel, iPhone, Gmail & Google-Maps supported. PHP / MySQL based.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 19
    Swarm City boardwalk-production

    Swarm City boardwalk-production

    Refactor of Boardwalk in Polymer 2.0

    Refactor of Boardwalk in Polymer 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP Webcam Live Streaming

    PHP Webcam Live Streaming

    Web based live video streaming from webcam.

    VideoWhisper Live Streaming provides web based live video streaming (from webcam or similar sources). Live Streaming key features: + 1 to many 1 way video streaming + Live chat for viewers + User list with online participants + Channel title + HTML embed code to publish video channel + P2P group streaming support + Session timer and control with scripts + 100% web based for clients The php edition is the easiest choice to setup and run the Live Streaming application on a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    orbit-electron

    orbit-electron

    Orbit Electron App

    Currently works in OSX and Linux. We're working on Windows support. Orbit is still more or less experimental. It means Orbit is currently not secure, APIs will change and builds can break over the coming months. If you come across problems, it would help greatly to open issues so that we can fix them as quickly as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ng-file-upload

    ng-file-upload

    Lightweight Angular directive to upload files

    File upload progress, cancel/abort. File drag and drop (html5 only). Image paste from clipboard and drag and drop from browser pages (html5 only). Image resize and center crop (native) and user controlled crop through ngImgCrop. See crop sample (html5 only). Orientation fix for jpeg image files with exif orientation data. Resumable uploads, pause/resume upload (html5 only). Native validation support for file type/size, image width/height/aspect ratio, video/audio duration, and ng-required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Based on https://sourceforge.net/projects/autodl/ which seems to be discontiuned by original author Plugin for ChatZilla which monitors torrent IRC announce channels, downloads torrent files based on a user-defined filter, and then sends the torrent files to a local or remote torrent client. Supports several different private trackers. ChatZilla is normally used as part of SeaMonkey, or an extension to other browsers. However, it can also run under XULRunner, allowing ChatZilla to be...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    PaKnPosT presents an alternative to email for sharing large files. It uses HTTP via Web browser to convey files, and text email to notify file recipients, with file type restriction, virus scanning, encryption, password protection and anti-spam measures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cux Bomberman

    Cux Bomberman

    JAVA websocket implementation for a bomberman-like game

    This application uses JAVA and Glassfish server to provide an active and simple webSocket server for an online, multiplayer bomberman-like game. It only requires a running glassfish server to deploy the application on and a MySQL database server. After deployment and first run, anyone can access your webserver, register and play the game, using only a web browser that has built-in support for webSockets
    Downloads: 0 This Week
    Last Update:
    See Project