Showing 224 open source projects for "api"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start 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
    OOO Extras

    OOO Extras

    Extra tools for OpenOffice under weak copyleft or other licenses

    A space to store classic OOo dependencies that cannot be easily redistributed in Apache OpenOffice's Source tree. Initially this was meant for copyleft tarballs only but it is also pretty handy to mirror other file dependencies.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 2
    Phosphor Icons

    Phosphor Icons

    The homepage of Phosphor Icons, a flexible icon family for everyone

    ...We use a similar approach as many other icon sets out there, providing icons as a webfont that uses Unicode's Private Use Area character codes to map normally non-rendering characters to icons. But you don't need to know that. Phosphor's intuitive but powerful API can style the color, size, and weight of an icon with a few keystrokes, provide default styles to all icons via the Context API, or directly manipulate the SVG at runtime through render props to do some amazing things! Supports tree-shaking, so your bundle only includes code for the icons you use.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Primer Octicons

    Primer Octicons

    A scalable set of icons handcrafted by GitHub

    ...Each of them is in the lib/ folder and gives access to Octicons on a different platform/language. The octicons node.js library is the main JavaScript library. With a JavaScript API that can be used in a variety of applications. Select the icon frames you want to commit. Make sure the frames are either 16x16 or 24x24 and that you've outlined all strokes. Select the branch you want to commit to. You can choose an existing branch or create a new branch. Press "Commit." The plugin will then export, commit, and push the selected icons to the branch you chose. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Hyprland dotfiles

    Hyprland dotfiles

    Modern, feature-rich and accessible desktop configuration

    Modern, feature-rich and accessible Hyprland dotfiles.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    nheko

    nheko

    Desktop client for Matrix using Qt and C++20

    Desktop client for Matrix using Qt and C++20. The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app (Element, Telegram etc) and less like an IRC client.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Radiance libraries

    Radiance libraries

    Building modern, elegant and fast Swing applications

    ...Theming provides a comprehensive set of APIs for skinning Swing applications, addressing the most demanding, modern design requirements. It comes with built-in support for all core Swing components, and a flexible API surface for rendering third-party / application components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Feather

    Feather

    Simply beautiful open source icons

    ...Here's a helpful article detailing the many ways SVGs can be used on the web: SVG on the Web – Implementation Options. All elements that have a data-feather attribute will be replaced with SVG markup corresponding to their data-feather attribute value. See the API Reference for more information about feather.replace().
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    React Icons

    React Icons

    svg react icons of popular icon packs

    Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. If your project grows in size, this option is available. This method has the trade-off that it takes a long time to install the package. Suitable for MeteorJS, Gatsbyjs etc. SVG is supported by all major browsers. With react-icons, you can serve only the needed icons instead of one big font file to the users, helping you to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    styled-icons

    styled-icons

    Popular icon packs like Font Awesome, Material Design, and Octicons

    ...Some icons natively have non-square dimensions - original dimensions are exported from the individual icon exports. All icons are exported as Styled Components, which means it is possible to utilize the Styled Components API. If you wish to style all icons at once, you can create a wrapper styled component that imparts a particular style to all icons contained within the wrapper by targeting the StyledIconBase.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10
    baru

    baru

    A system monitor written in Rust and C

    ...Thanks to this design (as well as Rust and C), baru is lightweight and efficient. It can run at a high refresh rate with a minimal processor footprint. The audio module communicates with the PipeWire/PulseAudio server through client API to retrieve its data. Wireless and wired modules use the netlink interface with the help of libnl to talk directly to the kernel and retrieve their data. Baru is modular. This means that only the modules you want to see are instantiated and executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Animated hamburger menu icons for React

    Animated hamburger menu icons for React

    Animated hamburger menu icons for React

    Hamburger menu icons for React, with CSS-driven transitions. Created to be as elegant and performant as possible. This means no JavaScript animations, no transitions on non-cheap properties and a small size. It is recommended to have a tap/click area of at least 48x48 pixels. Therefore, padding will be added around the icon to create a surface of exactly this size. Keyboard interaction is provided with the enter key, and the icon element has the recommended accessibility attributes (such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    penrose

    penrose

    A library for writing an X11 tiling window manager

    ...This means that, unlike most other tiling window managers, Penrose is not a binary that you install on your system. Instead, you use it like a normal dependency in your own crate for writing your own window manager. Don't worry, the top-level API is well documented and a lot of things will work out of the box, and if you fancy digging deeper you'll find lots of opportunities to customize things to your liking. Penrose was born out of my failed attempts to refactor the dwm codebase into something that I could more easily understand and hack on. While I very much admire and aim for minimalism in code, I personally feel that it becomes a problem when your code base starts playing code golf to keep things short for the sake of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Wine

    Wine

    Run Windows applications on Linux, BSD, Solaris, and Mac OS X

    Wine is an Open Source implementation of the Windows API on top of X and Unix. Wine provides both a development toolkit for porting Windows sources to Unix and a program loader, allowing many unmodified Windows binaries to run on x86-based Unixes.
    Leader badge
    Downloads: 859 This Week
    Last Update:
    See Project
  • 14

    MediaUhr

    Desktop Clock (Uhr) for Linux & Windows with Weather

    ...The software displays a customizable digital clock including date, weekday, moon phase and sunrise/sunset times. Optional weather display is available using an OpenWeather API key.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    vMovieDB is a movie collection manager for the Gnome desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gesproper
    ¿Eres un aficionado a programar y programas en varios lenguajes? Pues entonces supongo que te ha pasado como a mi, que tienes carpetas llenas de pequeños programas que no sabes para que sirven. Pues este programa escrito en Gambas te ayuda a llevar un control sobre todos esos programas para que puedas encontrar la información adecuada sobre cada uno.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Maktabah Al-Miftah

    Maktabah Al-Miftah

    Integrated Islamic Library

    Maktabah Al-Miftah is a Linux digital book reader for Shamela eBook (.bok), Thwab eBook (.th) and its own eBook (.mfth). Version 3.3 is not compatible with Ubuntu 15.10 and up. Version 3.4 runs on Lubuntu 17.04. Now, Version 3.5 runs on Lubuntu 24.04. Its installation is on the Maktabah Al-Miftah Web Site. Maktabah Al-Miftah adalah pembaca kitab digital Linux untuk eBook Syamilah (.bok), eBook Thwab (.th), dan eBooknya sendiri (.mfth). Versi 3.3 tidak kompatibel dengan Ubuntu 15.10 ke...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Krishnamurti's Book of Life D.Thoughts

    Krishnamurti's Book of Life D.Thoughts

    Jiddu Krishnamurti's Book of Life|Libro de la Vida

    FREE distribution of the JAVA-XML multiplatform e-book about Jiddu Krishnamurti's Book of Life (a witty daily cookie-like reflection). Ahora, lea diariamente los pensamientos de Krishnamurti en castellano- Obtenga una agenda gratis.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Nativefier

    Nativefier

    Make any web page a desktop application

    ...Nativefier will try to determine the app name, and well as lots of other options. If desired, these options can be overwritten. For example, to override the name, nativefier --name 'My Medium App' 'medium.com' Read the API documentation or run nativefier --help to learn about other command-line flags usable to configure the packaged app. For a list of build commands contributed by the nativefier community take a look at the CATALOG.md file. Nativefier is also usable from Docker. You can pass Nativefier flags, and mount volumes to provide local files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    NoFWL

    NoFWL

    NoFWL Desktop Application

    Currently under active development, please be patient. Its development is inspired by lencx/ChatGPT, but NoFWL has more powerful features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Agism

    (D-Bus) API for GNOME Input Source Manager

    Agism is (D-Bus) API for GNOME Input Source Manager. It allows third party applications (e. g. keyboard layout switchers or keyboard layout indicators) to enumerate, activate and monitor input sources. Agism is free‌ software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    history

    history

    Manage session history with JavaScript

    The history library lets you easily manage session history anywhere JavaScript runs. A history object abstracts away the differences in various environments and provides a minimal API that lets you manage the history stack, navigate, and persist state between sessions. Development of the current stable release, version 5, happens on the master branch. Please keep in mind that this branch may include some work that has not yet been published as part of an official release. However, since master is always stable, you should feel free to build your own working release straight from master at any time. history is developed and maintained by React Training. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    wmpamgen

    Preferred applications menu generator for Fluxbox,OpenBox,Window Maker

    ...Therefore, to ensure the menu is up-to-date, wmpamgen needs to be run on a regular basis: at startup of the window manager, or when a preferred applications is installed/removed for instance. Under Linux, this can be automated using the inotify API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    System Import Cart

    Sistema de Importação de Dados de Cartórios

    Sistema de Importação de Dados de Cartório
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    DevDocs Desktop

    DevDocs Desktop

    A full-featured desktop app for DevDocs.io

    ...Because it’s a desktop wrapper with thoughtful integration, it can manage updates to doc sets and preserve your preferences across sessions. For developers who live in API docs all day, it’s a compact, focused reference station that saves time and mental context switching.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB