94 projects for "external" with 2 filters applied:

  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    fess

    fess

    Open source enterprise search server for websites, files, and data

    Fess is an open source enterprise search server designed to provide powerful full-text search capabilities across multiple data sources. It enables organizations to quickly deploy a scalable search environment without requiring deep knowledge of underlying search technologies. Fess is built on top of OpenSearch and offers an integrated solution for crawling, indexing, and searching documents from websites, file systems, and various data stores. Fess includes a built-in crawler that can...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Open ChatGPT Atlas

    Open ChatGPT Atlas

    Open Source and Free Alternative to ChatGPT Atlas

    ...It provides an architecture where developers and power users can manage state, tool integrations, and multi-turn workflows with more control, enabling custom UIs, automation layers, and advanced routing logic. Unlike a fixed chat app, Atlas is designed as a foundation that can be extended with plugins, external APIs, and custom logic to support domain-specific assistants, agent-like behaviors, and multi-task workflows. The project includes utilities for session management to preserve context across interactions, structured interfaces for streaming responses, and integration layers that let you plug in third-party tools and services. It often forms the basis for research, prototyping, or production systems where the default ChatGPT interface isn’t flexible enough.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    videodl

    videodl

    Lightweight Python tool for downloading videos from many platforms

    ...Videodl works by implementing platform-specific client modules that extract video information and download links from supported services. Videodl can integrate with external command-line utilities to improve downloading performance, handle streaming formats such as HLS, and manage encrypted or segmented media streams. Additional utilities can also enable faster downloads, resume interrupted transfers, and process complex playlist structures.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Blocky

    Blocky

    Fast and lightweight DNS proxy as ad-blocker for local network

    Blocky is a fast, lightweight DNS proxy and network-wide ad blocker designed for home labs and small networks that want Pi-hole-like filtering with more flexible DNS routing and modern protocol support. It blocks DNS queries using external deny lists while also supporting allow lists, and it can scope policies by client groups so different devices or households can have different rulesets. Unlike a single-purpose blocker, it supports advanced DNS behavior such as conditional forwarding and custom resolution for specific domains, letting you shape traffic in ways that fit split-horizon DNS, internal services, or privacy-focused upstream strategies. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Nitter

    Nitter

    Alternative Twitter front-end

    ...Users can view profiles, tweets, media, and replies without needing to log in, making it useful for anonymous browsing and content consumption. The system also supports RSS feeds and advanced search features, enabling integration with external tools and workflows. Because it avoids JavaScript and heavy frontend dependencies, Nitter delivers faster performance and lower bandwidth usage compared to the official platform.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Pydoll

    Pydoll

    Async Python library in automating Chromium browsers without WebDriver

    Pydoll is a Python library designed for automating Chromium-based web browsers such as Chrome and Edge without relying on a traditional WebDriver layer. Instead of using external drivers, it connects directly to the Chrome DevTools Protocol through WebSocket, allowing scripts to control browser behavior more efficiently and with fewer compatibility issues. It provides a high-level API that simplifies common browser automation tasks while still offering access to low-level protocol features for advanced control. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Goose AEO

    Goose AEO

    AEO tracking toolkit (CLI + dashboard) built for AI agents like Claude

    Goose AEO is an AI agent orchestration framework focused on automating engineering operations and workflows through autonomous agents. It builds on the concept of local AI agents that can execute complex tasks such as writing code, debugging, managing pipelines, and interacting with APIs without continuous human supervision. The system is designed to be extensible and adaptable, allowing developers to integrate different language models and configure multi-agent workflows tailored to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Russh

    Russh

    Rust SSH client & server library

    ...The project also includes examples and discussion threads that show how other tools integrate it for web-based clients or gateway services. For teams building terminals, proxies, or embedded management planes, it offers a robust foundation without shelling out to external binaries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Matomo

    Matomo

    Alternative to Google Analytics that gives you full control over data

    ...You can even use Matomo without needing to ask for consent. With 100% data ownership you get the power to protect your user’s privacy. You know where your data is stored and what’s happening to it, without external influence. We’re serious about privacy here at Matomo and keeping your business GDPR and CCPA compliant. The Google Analytics Importer plugin imports Google Analytics reports into a Matomo instance. When you run an import, your Google Analytics (GA) Property will be automatically created as a Website into Matomo.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 10
    single-file-cli

    single-file-cli

    CLI tool to save complete web pages as single self-contained HTML file

    ...It captures the rendered page in a headless browser and embeds all required resources directly into the output document, including stylesheets, scripts, images, and fonts. By consolidating every dependency into one file, it allows users to preserve a faithful copy of a web page that can be viewed offline without requiring external assets. SingleFile CLI works by controlling a browser through the Chrome DevTools Protocol, rendering the page before extracting and packaging all necessary resources. This approach helps ensure that the saved page closely matches the original appearance and functionality. SingleFile CLI can be used for automated archiving, research, documentation, or offline reading workflows where preserving a page exactly as displayed is important.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Cuprite

    Cuprite

    Headless Chrome/Chromium driver for Capybara

    Cuprite is a Ruby driver for the Capybara testing framework that allows developers to automate browsers using the Chrome DevTools Protocol instead of traditional WebDriver-based tools. It is built on top of the Ferrum library and provides a modern approach to browser automation that removes the need for Selenium or external browser drivers. By communicating directly with Chromium-based browsers through the DevTools protocol, Cuprite enables faster and more reliable browser automation for testing and scraping tasks. The driver integrates seamlessly with Capybara, allowing developers to write feature tests that simulate real user interactions with web applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vrite

    Vrite

    Open-source developer content platform

    ...Vrite includes collaboration features that allow teams to organize and manage documentation workflows using visual dashboards and editorial pipelines. The system also provides a flexible API and extension architecture that enables developers to integrate Vrite content with external applications or custom frontends. Built-in search capabilities, including AI-assisted semantic search, help users locate and organize content efficiently within large documentation repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Faved

    Faved

    Free open-source bookmark manager with customisable nested tags

    ...Instead of just listing URLs, Faved supports customizable nested tags, helping users categorize their bookmarks in hierarchical structures that reflect personal workflows or project needs. All data is stored locally by default, which enhances privacy and eliminates dependency on external servers or vendor lock-in. The application is lightweight and built to launch quickly, with minimal complexity in setup or use, making it suitable for developers and non-technical users alike. Faved’s emphasis on fast performance and low overhead means it can be deployed on small servers and used reliably for long-term link management without slowing down over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 6,526 This Week
    Last Update:
    See Project
  • 15
    Ada PDF Writer

    Ada PDF Writer

    A standalone, portable package for producing dynamically PDF documents

    PDF_Out is an Ada package for writing easily PDF files dynamically. Enables the automatic production of reports. Standalone and unconditionally portable code. No external resource is needed. More information on... http://apdf.sf.net Alire crate: https://alire.ada.dev/crates/apdf Mirror: https://github.com/zertovitch/ada-pdf-writer
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 16
    Ada Class Library

    Ada Class Library

    Ada Class Library - an object orientated library for Ada.

    Text search and replace. Scripting (small tool programs). CGI scripts. Execution of external programs (incl. I/O redirection). Garbage Collection. Extendended Booch Components. CD-Recorder
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 17
    Wasabee

    Wasabee

    A Web browser with safety focus

    The project is the construction of a Web browser with a focus on user safety. Usage of plugins or external components will be avoided whenever possible. Mirror: https://github.com/zertovitch/wasabee
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tiki Wiki CMS Groupware

    Tiki Wiki CMS Groupware

    The Free / Libre / Open Source Web App with the most built-in features

    ...Major features include a wiki engine, news articles, discussion forums, newsletters, blogs, file galleries, bug and issue trackers (form generator), polls/surveys and quizzes, banner management system, calendar, maps, mobile , RSS feeds, category system, tags, an advanced themeing engine, spreadsheet, drawings, inter-user messaging, menus, advanced permission system for users and groups, search engine, external authentication, etc. Security reports: https://security.tiki.org
    Downloads: 90 This Week
    Last Update:
    See Project
  • 19
    Excel Writer

    Excel Writer

    A standalone, portable Ada package for producing Excel spreadsheets

    Excel_Out is a standalone, portable Ada package for writing Excel spreadsheets with basic formattings and formulas, easily and programmatically. Enables the automatic production of reports. No interaction needed with Excel or MS Office. More information on: http://excel-writer.sf.net Alire crate: https://alire.ada.dev/crates/excel_writer Mirror: https://github.com/zertovitch/excel-writer
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20
    pinvault-pro-extension

    pinvault-pro-extension

    AI-powered browser extension for bulk downloading Pinterest images wit

    ... 🎯 Core Features: • Visual checkbox overlays on Pinterest images for intuitive selection • AI-powered auto-scroll with smart content detection • Bulk download capabilities with real-time progress tracking • HD quality preservation in original resolution • Modern glassmorphism interface design • Privacy-focused architecture with no external servers • Cross-browser compatibility (Firefox, Chrome, Edge, Opera) • Real-time synchronization between popup and sidebar interfaces 🌍 Universal Browser Support: • Firefox: Official Mozilla Add-ons Store approval (61.4 KB package) • Chrome/Edge: Manifest V3 compatible (60.0 KB package) • Opera: Manifest V3 compatible (60.3 KB package)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    MBR Live Radio Player

    MBR Live Radio Player

    Transform your WP site into a professional radio streaming platform

    ...Stream BBC Radio, internet stations, play podcasts, or your own broadcasts with stunning glassmorphism effects, per-station styling, and full HLS support. Create unlimited stations with custom artwork, dark mode, and gradient colors. You can even create unlimited sticky radio players. No subscriptions, no external services, just gorgeous radio streaming that works flawlessly on any device.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    MBR Advanced Asset Manager

    MBR Advanced Asset Manager

    Speed up your WordPress site the smart way!

    ...On average, you'll save between 2-4Mb of junk from loading, and with each Mb knocking a full second off your page load speed, the optimization is huge. What was new in Version 2.0? I completely rebuilt this plugin from the ground up! Everything now runs directly within the plugin itself – no external libraries, no outside services. Just clean, efficient code working hard for your site.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Drukkar

    Drukkar

    Lightweight flat-file blog engine and CMS

    Drukkar is a lightweight and simple blogging platform written in PHP 5 with no external dependencies. It uses XML files to store posts and doesn't need a database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Stripes
    Stripes is a Java web framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as possible. Stripes has always been guided by the following principles: * Convention over configuration (CoC) * Extremely lightweight with very few external dependencies. * Quick, iterative code/deploy/test experience for developers. * Application stack agnostic. Developers can integrate Stripes into their existing application stacks. * Do a few things and do them extremely well. For the last 10 years, Stripes has been used as the basis of applications of all types worldwide. ...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Martian Proxy

    Martian Proxy

    Martian is a library for building custom HTTP/S proxies

    Martian Proxy is a programmable HTTP proxy designed to be used for testing. Martian is a great tool to use if you want to verify that all (or some subset) of requests are secure. Mock external services at the network layer. Inject headers, modify cookies or perform other mutations of HTTP requests and responses. Verify that pingbacks happen when you think they should. Unwrap encrypted traffic (requires install of CA certificate in browser) By taking advantage of Go cross-compilation, Martian can be deployed anywhere that Go can target. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB