Showing 306 open source projects for "linux p2p"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    OCI Registry P2P

    OCI Registry P2P

    A IPFS backed storage implementation for docker/OCI registry

    A IPFS-backed storage implementation for the docker/OCI registry. This Project brings together cloud-native and peer-to-peer by enabling you to pull images directly from IPFS in way that's supported by existing container tooling. In addition, you can also push images and store them on IPFS. P2P OCI registries give you the ability to pull container images from IPFS, without being directly connected to a different registry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    EdgeVPN

    EdgeVPN

    The immutable, decentralized, statically built p2p VPN

    Fully Decentralized. Immutable. Portable. Easy to use Statically compiled VPN and a reverse proxy over p2p. EdgeVPN uses libp2p to build private decentralized networks that can be accessed via shared secrets.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    Agregore Browser

    Agregore Browser

    A minimal browser for the distributed web (Desktop version)

    A minimal web browser for the distributed web. Web Extension support. Built-in Markdown/Gemini/JSON rendering extension. Built-in QR code scanner and generator extension. Generate a QR code for the current page. Scan a QR code from the browser action window. Right-click a link or image to generate a QR code for it. Built-in ad blocker (ublock origin). Built-in support for creating web archives via ArchiveWeb.page.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 4
    Hybrid Browser

    Hybrid Browser

    A p2p browser, browse the p2p networks along with the regular net

    Browse the p2p networks, and create and view p2p websites. It means you will be able to interact with p2p networks and view the p2p data on the browser. You will be able to create and upload p2p websites. This makes it possible to create fully peer-to-peer websites, no middlemen and no servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • 5
    Trystero

    Trystero

    Serverless WebRTC matchmaking for painless P2P

    Serverless WebRTC matchmaking for painless P2P: make any site multiplayer in a few lines. Trystero manages a clandestine courier network that lets your application's users talk directly with one another, encrypted and without a server middleman. To establish a direct peer-to-peer connection with WebRTC, a signalling channel is needed to exchange peer information (SDP). Typically this involves running your own matchmaking server but Trystero abstracts this away for you and offers multiple...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Wesh Network Toolkit

    Wesh Network Toolkit

    Async Mesh Network Protocol for Extreme Communication

    With Wesh's toolkit, building p2p apps has never been simpler. Wesh network is a decentralized extreme communication protocol. Wesh provides a secured, distributed and asynchronous communication protocol, both with or without internet access using IPFS and direct transports such as BLE and proximity drivers. Wesh Protocol provides end-to-end encryption and perfect forward secrecy for all the exchanged messages. Distributed p2p transmissions and hosting over IPFS powered by CRDT algorithm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Quiet

    Quiet

    A private, p2p alternative to Slack and Discord built on Tor & IPFS

    Quiet is an alternative to team chat apps like Slack, Discord, and Element that does not require trusting a central server or running one's own. In Quiet, all data syncs directly between a team's devices over Tor with no server required. Quiet is not audited and should not be used when privacy and security are critical. It lacks basic features and probably won't replace your Slack or Discord yet. That said, it works surprisingly well and we use it daily as a Slack replacement. Quiet is for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Summa

    Summa

    Full-text IPFS-friendly and WASM-compatible Search in Rust

    Summa is a full-text IPFS-friendly search engine that may be launched on both large servers and inside your browser. Thanks to the embedded IPFS daemon, your data can be replicated and published through P2P, allowing for a truly distributed and uncensorable search experience. And, thanks to compatibility with WASM, Summa can be launched entirely inside your browser, enabling you to search in network-published indices without ever having to execute search queries on remote servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    go-orbit-db

    go-orbit-db

    Go version of P2P Database on IPFS

    orbit-db is a distributed peer-to-peer database on IPFS. This project intends to provide a fully compatible port of the JavaScript version in Go. The majority of this code was vastly derived from JavaScript's orbit-db project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10
    js-libp2p-monorepo

    js-libp2p-monorepo

    The JavaScript Implementation of libp2p networking stack

    JavaScript implementation of libp2p, a modular peer-to-peer network stack. libp2p is the product of a long and arduous quest to understand the evolution of the Internet networking stack. In order to build P2P applications, devs have long had to make custom ad-hoc solutions to fit their needs, sometimes making some hard assumptions about their runtimes and the state of the network at the time of their development. Today, looking back more than 20 years, we see a clear pattern in the types...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PeerJS

    PeerJS

    Simple peer-to-peer with WebRTC

    PeerJS wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API. Equipped with nothing but an ID, a peer can create a P2P data or media stream connection to a remote peer. To broker connections, PeerJS connects to a PeerServer. Note that no peer-to-peer data goes through the server. The server acts only as a connection broker. If you don't want to run your own PeerServer, we offer a free cloud-hosted version of PeerServer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Phex - P2P Gnutella filesharing program

    Phex - P2P Gnutella filesharing program

    A P2P filesharing client which connects to the Gnutella network.

    Phex is a P2P filesharing client which connects to the Gnutella network. It is multi-plattform and malware-free. It offers advanced functionalities and integrates all common Gnutella extensions like multi-source downloads and advanced search features
    Downloads: 26 This Week
    Last Update:
    See Project
  • 13
    Elymus

    Elymus

    Decentralized stack for paranoids-decentralizers

    Elymus is stack for dWeb: Browser, SDK, and bundle of nodes for p2p communication. It uses Repens protocol for dWeb sites (however you can access usual web2 sites through it, better use normal browser when doing it), developed to provide absolutely decentralized way to host and access frontends. Repens protocol utilizes Handshake Protocol as decentralized KV storage and content addressing system, IPFS as p2p caching system (user visits site, and caches its content, while seeding it through p2p...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    qBittorrent

    qBittorrent

    A free and reliable P2P BitTorrent client

    An advanced and multi-platform BitTorrent client with a nice Qt user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible.
    Leader badge
    Downloads: 80,008 This Week
    Last Update:
    See Project
  • 15
    BeeBEEP (Free Office Messenger)

    BeeBEEP (Free Office Messenger)

    You can message and share files inside your intranet without a server.

    BeeBEEP is a secure (encryption based on Rijndael Algorithm, AES) peer to peer office messenger. You can talk and send files with all your colleagues inside a local area network such of an office, home or internet cafe without a server. BeeBEEP works also with VPNs. This serverless application is indispensable in all those places where privacy and security an essential requirement. For more info visit: https://www.beebeep.net
    Leader badge
    Downloads: 1,750 This Week
    Last Update:
    See Project
  • 16
    FrostWire

    FrostWire

    Search, Download, Play, Share on Bittorrent and the cloud

    FrostWire http://www.frostwire.com/ is a media player and Peer to Peer (P2P) information sharing client for the BitTorrent network. This project is not affiliated with LimeWire LLC. FrostWires' source code is Licensed under the GNU GPL and Apache Open Source licenses. System Requirements Any of the following operating systems: ● Windows 10, 8, 7, Vista for Intel processors (64-bit only) ● Mac OS X 10.11 (El Capitan) or later (64-bit) ● Linux, Unix such as Solaris (64-bit...
    Leader badge
    Downloads: 586 This Week
    Last Update:
    See Project
  • 17
    BitComet

    BitComet

    Free and powerful BitTorret client

    BitComet is a free and powerful BitTorrent client that allows users to download and share large files over the peer-to-peer (P2P) network. Known for its efficiency and ease of use, BitComet supports not only torrent files but also HTTP and FTP downloads, offering versatility for different download needs. Its intelligent file-sharing algorithms optimize bandwidth usage and improve download speeds, making it a popular choice for downloading large files like videos, software, and games...
    Downloads: 95 This Week
    Last Update:
    See Project
  • 18
    RabbitRemoteControl

    RabbitRemoteControl

    Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc

    Remote Control is a cross-platform, multi-protocol remote control and remote desktop software. Allows you to use any device and system in anywhere and remotely manage any device and system in any way. This is only a read-only mirror repository. Main repository: https://github.com/KangLin/RabbitRemoteControl
    Downloads: 48 This Week
    Last Update:
    See Project
  • 19
    aMule stands for all-platform eMule file-sharing program. It is affiliated with the eMule project and was forked from xMule on 08/2003. It connects to the eDonkey2000 network, supports Linux, Mac, Solaris, *BSD platforms, and nearly every processor arch.
    Leader badge
    Downloads: 1,805 This Week
    Last Update:
    See Project
  • 20
    ufonet

    ufonet

    UFONet - Denial of Service Toolkit

    UFONet - Is a set of hacktivist tools that allow launching coordinated DDoS and DoS attacks and combine both in a single offensive. It also works as an encrypted DarkNET to publish and receive content by creating a global client/server network based on a direct-connect P2P architecture. + FAQ: https://ufonet.03c8.net/FAQ.html -------------------------------------------- -> UFONet-v1.8 [DPh] "DarK-PhAnT0m!" (.zip) -> md5 = [ c8ab016f6370c8391e2e6f9a7cbe990a ] -> UFONet-v1.8...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 21
    BlackBelt WASTE - ipv4/Tor/i2p +AI+Voice

    BlackBelt WASTE - ipv4/Tor/i2p +AI+Voice

    Modern, AI-Smart, WASTE p2p for ipv4, Tor and i2p + Voice Conference.

    Open Source - GPLv3 inc images. A WASTE client. Download and create your own WASTE networks. Move 1000's of GB's at 100MB+ per sec. (800 Mbits per sec) FULL pause and resume capable. Voice Conference, Chat, Transfer files and Participate in Forums in a secure environment. For Windows XP 32/64, Vista 32/64, Win7 32/64, Win8 32/64, Win 10, Win 11, Linux (WINE). *** User Based Access Control - for voice, chats, file transfers and uploads. (useful in NULLNETS) *** Distributed...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    GoldBug - Encrypted Communications

    GoldBug - Encrypted Communications

    Chat Messenger. E-Mail-Client. Websearch. Filetransfer.

    GoldBug is a decentralized & secure communication suite that offers an integrated e-mail client, an instant messenger & a file transfer. Also included is an URL-RSS-DB & a p2p web search. Current vers. w/ McEliece Algorithm. GoldBug has been 2013 - 2023 ten years just another Graphical User Interface of the Spot-On Encryption Suite. Main GUI features: Minimal & colorful Interface with Tabs in the East. Microsoft & Qt MinGW deprecated Win32 & for Compiling: ● https://sourceforge.net/p...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23
    SwapCode

    SwapCode

    Swapping code like burgers? Here your p2p, drag-n-drop solution

    Hello and welcome to Swap Code! Swap Code is a light, simple, "peer-to-peer" software for swapping snippets of code with others, by dran-n-drop. Swap Code is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. Swap Code got built behind some cool features like object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. Swap Code gets released on...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    5cube

    5cube

    Every person its prospects. Your p2p, drag-n-drop solution

    Hello and welcome to 5 Cube! 5 Cube is a light, simple, "peer-to-peer" software to source your prospects. Your procurement digital solution, by drag-n-drop. 5 Cube is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. 5 Cube got built behind some cool features like the cube interface, object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MacSwap

    MacSwap

    Swapping everything like burgers? Your p2p, drag-n-drop solution

    Hello and welcome to MacSwap! MacSwap is a light, simple, "peer-to-peer" software for swapping your own stuff with others, by drag-n-drop. MacSwap is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. MacSwap got built behind some cool features like object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. MacSwap gets released on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next