Showing 14 open source projects for "tools"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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
  • 1
    IPsec VPN Server on Docker

    IPsec VPN Server on Docker

    Docker image to run an IPsec VPN server, with IPsec/L2TP

    ...The system ensures encrypted communication, protecting user data from interception on unsecured networks like public Wi-Fi. It also supports multiple client platforms, including Windows, macOS, iOS, Android, and Linux, making it highly versatile. Additional tools are included for managing users and certificates, enhancing administrative control.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    WireGuard Go

    WireGuard Go

    This is an implementation of WireGuard in Go

    ...The project enables systems that cannot run the native kernel module to still create secure WireGuard tunnels by operating entirely in user space. When executed, the program creates a virtual network interface that can be configured using standard networking tools such as wg and ip, closely mirroring the behavior of kernel implementations. The software is part of the broader WireGuard ecosystem, which aims to deliver a fast, simple, and modern VPN built on state-of-the-art cryptography. Because it runs in user space, wireguard-go is especially useful for platforms like macOS, Windows, or restricted environments where kernel modules are unavailable.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    MasterHttpRelayVPN

    MasterHttpRelayVPN

    Domain-fronted HTTP/SOCKS5 proxy tunneling traffic through Google Apps

    ...It is particularly useful for users who need to access restricted networks or maintain connectivity in limited conditions. The project emphasizes flexibility and adaptability in different network scenarios. It also provides tools for managing connections and monitoring traffic flow. Overall, it offers an alternative approach to traditional VPN solutions.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    WireGuard VPN Server Auto Setup Script

    WireGuard VPN Server Auto Setup Script

    WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux

    ...It generates ready-to-use client configuration profiles, making it easy to connect devices across platforms including Windows, macOS, iOS, and Android. The project also includes tools for managing VPN users, enabling administrators to add or remove clients as needed. Performance optimization is built into the script through system-level tuning, ensuring efficient operation. By abstracting the complexity of manual configuration, it makes advanced VPN technology accessible to a broader audience.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5
    AmneziaWG Go

    AmneziaWG Go

    AmneziaWG VPN protocol

    ...The project keeps WireGuard’s general simplicity and performance goals while changing packet behavior to reduce recognizable protocol signatures. It can create and run tunnel interfaces from the command line and can be configured with AmneziaWG tools or standard network utilities. The implementation supports platform-specific behavior for Linux, macOS, and Windows, although each platform has its own recommended integration path. It is useful for developers, VPN maintainers, and censorship-resistance projects that need a Go-based AmneziaWG userspace implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    tls SNI injector + VPNGate Free Server

    tls SNI injector + VPNGate Free Server

    Value Added VPN 4G ssl/tls sni VPNGate CN/RU/JP/UK..

    Sibling project https://sourceforge.net/projects/tls-sni-injector-cloudflare/ UDP Over SSL Tunnel UDP Over SSL Tunnel is a free SSL tool with SNI Host (Spoof Host) support ( SSL Injector ). VPN client 4G ssl/tls sni + SoftEther + VPNGate CN/RU/JP/UK.. 🚀 Free VPNGate + SNI Customization 🛡️ One of the most powerful censorship bypass tools ever shared 🌍 Works globally — optimized for Vietnam, Iran, and more 💡 Try it today and experience real freedom! This VPNGate server setup is shared for educational and testing purposes only. Learn how SNI customization and meek proxy affect network censorship bypassing. 🧪 Try it on real-world networks to understand circumvention strategies. ...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 7
    tls SNI injector + Psiphon Free Server

    tls SNI injector + Psiphon Free Server

    Value Added VPN 4G ssl/tls sni Psiphon CN/RU/JP/UK..

    ... 🔧 Máy chủ Psiphon3 miễn phí có hỗ trợ SNI tùy chỉnh và meek proxy ✅ Dùng để vượt tường lửa, kiểm duyệt mạng ⚙️ Cấu hình chuyên nghiệp, phù hợp với kỹ thuật viên và người yêu công nghệ 📡 Không cần root, không quảng cáo, hoạt động ổn định. 🚀 Free Psiphon3 + SNI Customization and meek proxy 🛡️ One of the most powerful censorship bypass tools ever shared 🌍 Works globally — optimized for Vietnam, Iran, and more 💡 Try it today and experience real freedom! This Psiphon3 server setup is shared for educational and testing purposes only. Learn how SNI customization and meek proxy affect network censorship bypassing. 🧪 Try it on real-world networks to understand circumvention strategies. ...
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    Clash for Windows

    Clash for Windows

    Windows GUI client application built on the Clash core proxy engine

    ...Using Clash’s rule syntax and support for diverse inbound and outbound protocols (including SOCKS5, Shadowsocks, V2Ray, and others), this client lets users define when to route traffic through a proxy or bypass it entirely, making it useful for privacy, latency optimization, testing, and censorship circumvention. The application typically includes tools to import subscription URLs, live traffic statistics, log views, and configuration editors, reducing the complexity of managing text-based YAML configs manually.
    Downloads: 231 This Week
    Last Update:
    See Project
  • 9
    BoringTun

    BoringTun

    Userspace WireGuard Implementation in Rust

    ...It implements the core WireGuard protocol — including key exchange, encryption (ChaCha20-Poly1305), and authenticated transport — while omitting platform-specific tunneling stacks, allowing embedment in custom VPN client applications or userspace networking tools. The repository includes both a library for programmatic use and a command-line executable that can act as a userspace WireGuard interface on supported platforms like Linux and macOS. Because it’s written in Rust, BoringTun benefits from strong safety guarantees, memory safety without garbage collection, and cross-platform support, making it suitable for mobile, desktop, and server environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10
    Polarity Browser

    Polarity Browser

    A fast, secure, stable web browser powered by Chromium and Trident.

    ...Browse the web with an uncomplicated UI that is highly customizable with themes, apps, and extensions from the Polarity Store, GreasyFork, OpenUserJS, and UserStyles. Polarity also comes with a built in password manager which safely encrypts all data to prevent theft. Polarity also comes with a built in adblocker and privacy tools such as proxy/VPN support and header masking to prevent further tracking online. If you appreciate all the hard work that we put into creating and developing Polarity, please consider giving a small donation at: https://polaritybrowser.netlify.com/donate
    Downloads: 57 This Week
    Last Update:
    See Project
  • 11
    V2Ray

    V2Ray

    V2Ray is a set of tools for building your own private network

    Project V is a set of tools to help you build your own privacy network over internet. The core of Project V, named V2Ray, is responsible for network protocols and communications. It can work alone, as well as combine with other tools.
    Downloads: 1,699 This Week
    Last Update:
    See Project
  • 12
    V2Ray Core

    V2Ray Core

    A platform for building proxies to bypass network restrictions

    V2Ray is the core of the Project V platform—a set of network tools for building custom proxy/VPN setups. It supports multiple protocols (VMess, SOCKS, Shadowsocks, HTTP, etc.), advanced routing, dynamic inbound/outbound connections, and is focused on privacy and bypassing censorship.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 13
    vpnpptp

    vpnpptp

    Tools for easy and quick setup and control VPN via PPTP/L2TP/OpenL2TP

    VPNPPTP - это простая в использовании и конфигурировании программа для VPN-соединений через PPTP, через L2TP и через OpenL2TP для Linux. Она написана на FreePascal с использованием Shell скриптов. VPNPPTP is a simple configure and use program for VPN PPTP/L2TP/OpenL2TP connection on Linux. It is writing on FreePascal by Lazarus and Shell scripts. Начиная с версии 0.3.9 поддерживаются только дистрибутивы Mageia, MagicOS, EduMagic. Инструкции (они же интегрированы в программу по...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    M0R3H4X

    be anonymous

    this is my First Bash Tools it can help you to connect to Vpn and Change Your Mac Adress and Update your Distro i hope u will like it im new in Bash Scripting
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo