Showing 223 open source projects for "proxy"

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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    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: 25 This Week
    Last Update:
    See Project
  • 2
    Jackett

    Jackett

    API Support for your favorite torrent trackers

    Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, etc.) into tracker-site-specific HTTP queries, parses the HTML or JSON response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.
    Downloads: 236 This Week
    Last Update:
    See Project
  • 3
    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server implements multiple spam filters

    The Anti-Spam SMTP Proxy (ASSP) Server project aims to create an open source platform-independent SMTP Proxy server which implements auto-whitelists, self learning Hidden-Markov-Model and/or Bayesian, Greylisting, DNSBL, DNSWL, URIBL, SPF, SRS, Backscatter, Virus scanning, attachment blocking, Senderbase and multiple other filter methods. Click 'Files' to download the professional version 2.8.1 build 24261.
    Leader badge
    Downloads: 41,819 This Week
    Last Update:
    See Project
  • 4
    AWL

    AWL

    Securely connect your devices into a private network

    Anywherelan (AWL) is a peer-to-peer mesh VPN solution designed to securely connect devices across diverse networks without relying on centralized servers. By leveraging WireGuard tunneling and built-in NAT traversal, AWL facilitates seamless device connectivity at the IP level, enabling users to access services like SSH, RDP, or self-hosted applications without complex configurations. Its decentralized architecture ensures that traffic flows directly between devices, enhancing privacy and...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5
    Telegram Notifications Channel Laravel

    Telegram Notifications Channel Laravel

    Telegram Notifications Channel for Laravel

    This package makes it easy to send Telegram notifications using Telegram Bot API with Laravel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WeeChat

    WeeChat

    The extensible chat client

    The extensible chat client. Full-featured IRC plugin: multi-servers, proxy support, IPv6, SASL authentication, nicklist, DCC, and many other features. 256 colors, horizontal and vertical splits, smart filtering, customizable bars and much more. 8 scripting languages supported with a built-in scripts manager. Connect to your WeeChat instance from your browser, smartphone, GUI client, Emacs or even another WeeChat.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Toxic

    Toxic

    A Tox-based instant messaging and video chat client

    Toxic is a Tox protocol-based command-line messenger for Linux, offering fully encrypted, decentralized, and serverless instant messaging. It includes features such as text messaging, file transfer, and audio calls—all without requiring user accounts or central servers. Toxic is designed for power users who prefer a minimalist interface, operating entirely within a terminal while delivering strong privacy through the Tox peer-to-peer protocol. It’s lightweight, fast, and ideal for use in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ipfs-check

    ipfs-check

    A tool for checking the accessibility of your data by IPFS peers

    ...~/go/bin) There are web assets in the web that interact with the Go HTTP server that can be deployed however you deploy web assets. Maybe just deploy it on IPFS and reference it with DNSLink. For anything other than local testing you're going to want to have a proxy to give you HTTPS support on the Go server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    008

    008

    Open-source event-driven AI powered Softphone

    ...This project is a WebRTC softphone, and communication is achieved via SIP over a socket. Leading PBX systems like Asterisk or Freeswitch support socket connections. If your provider does not offer this feature, consider using a SIP proxy such as Kamailio, Opensip or Routr. The softphone is internally configured using a JSON definition. The configuration file can be loaded from either a server or a local file. 008 reads the file only once.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Centrifugo

    Centrifugo

    Scalable real-time messaging server in a language-agnostic way

    ...Many built-in features can help to build an attractive real-time application in a limited time. Centrifugo provides different types of subscriptions, hot channel history, instant presence, RPC calls. There is also the possibility to proxy WebSocket events to the application backend over HTTP or GRPC and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    VarDumper Component

    VarDumper Component

    Provides mechanisms for walking through any arbitrary PHP variable

    ...The VarDumper component creates a global dump() function that you can use instead of e.g. var_dump. By using it, you’ll gain per object and resource types specialized view to e.g. filter out Doctrine internals while dumping a single proxy entity, or get more insight on opened files with stream_get_meta_data. Configurable output formats, HTML or colored command line output. Ability to dump internal references, either soft ones (objects or resources) or hard ones (=& on arrays or objects properties). Repeated occurrences of the same object/array/resource won’t appear again and again anymore. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    E-MailRelay

    E-MailRelay

    SMTP email proxy and relay server

    E-MailRelay is a simple SMTP proxy and relay MTA, written in C++, for Linux and Windows. As a proxy all messages can be passed through a user-defined program, such as a spam-filter, which can drop, readdress, or edit messages as they pass through.
    Leader badge
    Downloads: 552 This Week
    Last Update:
    See Project
  • 13
    Small HTTP server

    Small HTTP server

    Universal server

    ...Virtual hosts and directories Mail POP3 server. SMTP server. FTP server HTTP proxy server DNS server DHCP server HTTP TLS VPN server
    Downloads: 21 This Week
    Last Update:
    See Project
  • 14
    ufdbGuard - URL filter for Squid

    ufdbGuard - URL filter for Squid

    URL filter to block unwanted content on the internet

    ufdbGuard is a URL filter to block unwanted web content on the internet. ufdbGuard can also enforce Google SafeSearch, detect UltraSurf, Tor, Skype and other chat applications, proxy tunnels and enforce safer HTTPS traffic. ufdbGuard is a redirector for the Squid web proxy with 200,000 URL verifications/second. ufdbGuard integrates with user authorities like LDAP, Kerberos and Active Directory to assign different policies to different groups of users. Contact the support desk at www.urlfilterdb.com for information about the ufdbGuard API which can be integrated in 3rd party applications.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 15
    Easy Mailer: Bulk Email/SMS Sender

    Easy Mailer: Bulk Email/SMS Sender

    EasyMailer: Bulk Email/SMS Sender Using SMTP

    EasyMailer is a powerful and user-friendly software designed to streamline the process of sending bulk emails or SMS messages effortlessly via SMTP (Simple Mail Transfer Protocol). With its intuitive interface and robust features, EasyMailer simplifies communication campaigns for businesses, organizations, and individuals alike. System Requirements: Operating System: Windows RAM: Minimum 512MB ROM: Minimum 256MB
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16
    dbus-cxx
    dbus-cxx is a C++ wrapper for dbus. It exposes the C API to allow direct manipulation and relies on sigc++ to provide an OO interface. Also included is dbus-cxx-xml2cpp to generate proxy and adapter interfaces from DBus XML introspection-like documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    red-feed-aggregator

    RSS/Atom/OPML reader in Javascript + CORS proxy in Java

    Very simple RSS/Atom/OPML reader written in Javascript and using a build-in CORS proxy written in Java (RESTful web service using JAX-RS and Jersey), deployed with Eclipse Jetty (tested with Jetty 9.4.31), requires an HTML5 compliant web browser, works with Microsoft Internet Explorer 11 with some limitations, mainly tested with Mozilla Firefox and Mozilla Firefox for Android. The Ant script allows to create the WAR file and to upload both the deployment descriptor and the WAR file into your server. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming,...
    Leader badge
    Downloads: 354 This Week
    Last Update:
    See Project
  • 19
    srvx IRC Services is a ground-up implementation of services for IRC networks (supporting IRCu2.10, Bahamut, and other IRC server dialects). Features include POSIX threading, generalized proxy detection and all the standard services users expect.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    MOFO Linux

    MOFO Linux

    A live Linux environment for computing without censorship barriers.

    MOFO Linux is a USB pluggable live Linux environment you boot on PC hardware. It gives you the power to unblock any media, at your discretion, clearing the way for you to read, write, watch, listen to, debate, or collaborate anywhere - beyond the reach of Big Brother. In other words, you jump the barrier, find media, and interact with people. MOFO Linux is designed for easy usage on home PCs, laptop computers, or workstations, whether installed in internet cafes anywhere the world or on...
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 21
    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: 19 This Week
    Last Update:
    See Project
  • 22
    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: 7 This Week
    Last Update:
    See Project
  • 23
    IndiMail
    Highly scalable/configurable Messaging Platform allowing users in a domain to be distributed on multiple hosts, has multiple queues. Provides virtual domains/users in MySQL. Modern MSP class qmail replacement with ESMTP, POP3/IMAP, QMTP, QMQP support
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    Oblivion-Inverse

    Oblivion-Inverse

    Open source e-mail tracker made with Flask, setup & run in 10 minutes

    ...Build with Flask and setup under 10 minutes on your own production environment. Designed to provide information about the email read status, time, IP address of the recipient's device or proxy, as well as request headers such as the user-agent, which can reveal details about the recipient's browser, operating system, and device. Generate tracking links for your emails and drag the tracking pixel to the end of the message body. Includes detailed documentation that offers step-by-step instructions on how to set up and use the tool, as well as information on contributing to the development. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ipfsProxyHTTP

    ipfsProxyHTTP

    InterPlanetary File System HTTP Proxy

    This implementation can help developers to use only one URL to all IPFS files without any risk of breaking the server bandwidth. You can be sure that the server's capacity is large enough to handle all traffic. This code has been written without any dependency to run as faster as possible. IPNS.co use DNSSEC, DNS Anycast, low latency DNS, and IP resolved to different servers to handle all traffic. Each IPFS gateway can break if a lot of files is downloaded simultaneously, this can help to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next