OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Api

Api

11 open source tools found

G
AI Productivity

goose

A universal open-source AI agent that runs locally with desktop, CLI, and API, supporting 15+ providers and 70+ extensions.

Goose is a general-purpose AI agent that runs on your machine. Use it for coding, research, writing, automation, and more. It offers a native desktop app (macOS, Linux, Windows), a full CLI, and an API. Works with 15+ providers (Anthropic, OpenAI, Google, Ollama, etc.) and connects to 70+ extensions via the Model Context Protocol. Built in Rust, part of the Linux Foundation.

Desktop app: Delete from Applications (macOS: move to Trash; Windows: uninstall via Add/Remove Programs). CLI: run curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/uninstall_cli.sh | bash or delete the binary manually.
45.1kChecksum

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
G
Developer Tools

graphql-engine

Instant realtime GraphQL APIs on your databases, no backend code required.

Connect to your databases and get a production-ready GraphQL API instantly, with built-in subscriptions, auth, and extensibility.

Stop and remove the Docker container: docker stop <container-id> && docker rm <container-id>; delete data volumes if needed.
32.0kChecksum
L
AI Productivity

LibreTranslate

Self-hosted, open-source machine translation API that keeps your data private.

Free and open-source machine translation API that can be self-hosted, powered by Argos Translate, with no dependency on proprietary services like Google or Azure.

Docker: docker rm <container>; Pip: pip uninstall libretranslate
14.3k
G
Developer Tools

Gotenberg

Docker-based PDF conversion API — send files, get PDFs, no local setup.

Gotenberg is a Docker-powered API that turns documents into PDFs with a simple HTTP request. It uses Headless Chromium for HTML, URL, and Markdown conversion, and LibreOffice for over 100 office formats.

Stop and remove the container: docker rm $(docker ps -a | grep gotenberg | awk '{print $1}') and optionally delete the image: docker rmi gotenberg/gotenberg:8
12.0k
D
Developer Tools

datasette

Instantly turn any data into an explorable website and public API, no coding required.

Tool to turn any SQLite database into an interactive website and API.

Run pip uninstall datasette in terminal
11.0k
K
Developer Tools

Keystone

Define your schema, get a powerful GraphQL API and a beautiful admin UI automatically.

A powerful, schema-driven CMS for developers that automatically generates a GraphQL API and a beautiful admin UI.

Simply delete the project folder. If you installed the CLI globally, run npm uninstall -g create-keystone-app.
9.9k
O
Developer Tools

open-meteo

Free, open-source weather API without API key, covering global forecasts and 80-year history.

Open-Source, free for non-commercial use, no API key required, global weather models, fast response.

If deployed via Docker, run docker-compose down and remove data directories. No action needed if using the hosted API.
5.4k
J
Developer Tools

Judge0

Self-hostable online code sandbox for executing untrusted code safely, with 90+ languages and simple HTTP API.

Judge0 is an open-source online code execution system that enables the robust, fast, scalable, and sandboxed execution of AI-generated code, with support for multiple languages and frameworks.

Stop and remove containers: docker-compose down -v; delete the project folder to fully remove.
4.2k
S
Developer Tools

svix-webhooks

Enterprise webhook service that handles delivery, retries, and security with one API call.

Enterprise-ready webhook service that handles delivery, retries, and security with a single API call.

Stop Docker containers and remove volumes: docker compose down -v; for source builds, delete generated files and database.
3.2kChecksum
O
Developer Tools

openstreetmap-website

Open-source backend for OpenStreetMap's website and API.

The Ruby on Rails application powering the OpenStreetMap website and API.

Delete the project directory and drop the database. If using Docker, remove containers and images.
2.7k
S
Developer Tools

squidex

A headless CMS with powerful API, multiple database support, and easy cloud deployment.

Open source headless CMS and content management hub with powerful API, OData filter and Swagger support.

For Docker: `docker rm -f squidex` and remove related volumes. For manual install, delete the installation directory and database.
2.5k
Browse All Categories