Showing 106 open source projects for "want"

View related business solutions
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 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
  • 1
    GitHub Desktop

    GitHub Desktop

    Focus on what matters instead of fighting with Git

    GitHub Desktop is a free, open-source, Electron-based application that simplifies working with GitHub (and other Git-hosted repositories) via a graphical interface. It’s written in TypeScript and React, offering an intuitive alternative to command-line Git workflows. Want to test out new features and get fixes before everyone else? Install the beta channel to get access to early builds of Desktop. Linux is not officially supported; however, you can find installers created for Linux from a fork of GitHub Desktop in the Community Releases section.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 2
    vue-fontawesome

    vue-fontawesome

    Font Awesome Vue component

    ...And with the help of our subscription plan Font Awesome Pro, we've built a lean icon-obsessed team who keep cranking out more icons, more styles, and more services for everyone. We have more icons, services, and support in Pro. If you want them, you subscribe. No shenanigans. We won't sell your data, because we don't want to live in that world, and we don't want to run that company. From the beginning, Font Awesome has been free and open source. And since we're creator-owned and operated, we get to make sure Font Awesome Free stays that way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    react-fontawesome

    react-fontawesome

    Font Awesome React component

    ...No shenanigans. We won't sell your data, because we don't want to live in that world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LeftWM

    LeftWM

    A tiling window manager for Adventurers

    Left is a tiling window manager written in rust for stability and performance. The core of left is designed to do one thing and one thing well. Be a window manager. Because you probably want more than just a black screen LeftWM is built around the concept of theming. With themes, you can choose between different bars/compositors/backgrounds/colors, whatever makes you happy. LeftWM has been built from the very beginning to support multiple screens and has been built around ultrawide monitors. You will see this with the default key bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 5
    Simple Icons

    Simple Icons

    SVG icons for popular brands

    Over 2400 Free SVG icons for popular brands. Icons can be downloaded as SVGs directly from our website - simply click the download button of the icon you want, and the download will start automatically. Icons can be served from a CDN such as JSDelivr or Unpkg. Simply use the simple-icons npm package and specify a version in the URL. All icons are imported from a single file, where [ICON SLUG] is replaced by a capitalized slug. We highly recommend using a bundler that can tree shake such as webpack to remove the unused icon code. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    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. If you chose to create a new branch, the plugin will give you a link to where you can start a new pull request with your branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tiling Shell

    Tiling Shell

    Extend Gnome Shell with advanced tiling window management

    ...Supports multiple monitors, Windows 11 Snap Assistant, Fancy Zones, customised tiling layouts and more. This is a Gnome Shell extension implementing modern windows tiling system by extending GNOME's default 2 columns to any layout you want! Can be installed on Gnome Shells from 40 to 46 on X11 and Wayland: the most recent GNOME Shell is supported, and older releases will include all the features and bug fixes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Cozette

    Cozette

    A bitmap programming font optimized for coziness

    A bitmap programming font optimized for coziness. Cozette is a 6x13px (bounding box; average 5px character width, 3px descent, 10px ascent, 8px cap height) bitmap font based on Dina, which itself is based on Proggy. It's also heavily inspired by Creep. I absolutely adore Creep, and was using it up until I got a higher-DPI screen for which it was slightly too small. That prompted me to make the bitmap font I always wished existed: Cozette; a small-but-not-tiny bitmap font with great coverage...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    baru

    baru

    A system monitor written in Rust and C

    ...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
  • 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
    Cirrus

    Cirrus

    The SCSS framework for the modern web

    ...A large number of features with a minimal footprint. Fully responsive by design. Getting started with Cirrus is a few commands or lines of HTML away (depending on how you want to import it). The framework is designed to be pluggable into any new or existing projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DOM Window Manager

    DOM Window Manager

    A simple window manager for DOM elements

    ...WindowManager uses the singleton pattern, effectively restricting the instantiation of the class to a singular instance to be used by all components, in any file. At first, you need to import WindowManager and dragElement in each file that you create elements that you want to use with the DOM Window Manager. WindowManager is the class that manages the elements and dragElement is the utility function that makes elements draggable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Keyrune

    Keyrune

    Magic: the Gathering set symbol pictographic font

    Keyrune is the first suite of complete Magic: the Gathering expansion and set symbols as a pictographic font. You can use this font anywhere you want to display set symbols—in your MtG app or website, documents, card images, anything! Each set symbol has its own font character. Display them in a manner similar to Font Awesome. Class name codes are based on the expansion codes from MTG JSON. To copy Keyrune symbols into your desktop software (or access to vectors directly), go to the Cheatsheet on the documentation site, copy the character (not the unicode representation), and then paste it into your desktop application after installing keyrune.ttf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    React Native Vector Icons

    React Native Vector Icons

    Customizable Icons for React Native with full styling

    Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate into your project. If you want to use any of the bundled icons, you need to add the icon fonts to your Xcode project. For each platform (iOS/Android/Windows) you plan to use, follow one of the options for the corresponding platform. Upgrading this package often requires the font files linked to your projects to be updated as well. If the automatic linking works for you, running this again should update the fonts. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    SFSafe Symbols

    SFSafe Symbols

    Safely access Apple's SF Symbols using static typing

    At WWDC 2019, Apple announced a new library of icons that came included with that year's new operating system versions. To browse them, there's a dedicated Mac app called SF Symbols. You can be sure your symbol code won't crash due to typos or symbol availability issues. This is because all symbols are tested via a CI (on the latest iOS & tvOS versions and also some earlier OS versions). Lookups in the SF Symbols app (e. g. about available layersets, available localizations & the look of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    angular-fontawesome

    angular-fontawesome

    Angular component for Font Awesome 5+

    ...Font Awesome Sharp Solid and Regular, the first styles in our new Sharp family, are ready to use when you need a special touch of class for your project! Read the announcement and see what's new in the 6.3.0 release. Font Awesome 6 makes it even easier to use icons where you want to. More plugins and packages to match your stack. Less time wrestling browser rendering. We know the pain of wrangling icons on the internet. That's why in 2012, we created the first version of our open-source icons and toolkit. And with the help of our subscription plan Font Awesome Pro, we've built a lean icon-obsessed team who keep cranking out more icons, more styles, and more services for everyone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Feren OS

    Feren OS

    A pseudo-rolling Operating System made with love

    Feren OS is a free and open-source operating system with a pseudo-rolling-release nature. It is designed to be stable, more powerful, and more secure. With a new yet familiar user experience now included, it has never been a better time to check out Feren OS.
    Leader badge
    Downloads: 749 This Week
    Last Update:
    See Project
  • 17
    Roblox anti-AFK

    Roblox anti-AFK

    Never get AFK kicked from Roblox again!

    Never get AFK-kicked again! With Roblox anti-AFK you can easily: grind, farm, chill and whatever you want! It's very easy to use. Just press "Start!", and good luck being AFK! You don't even need to have the Roblox window open. Roblox anti-AFK allows you to AFK in Roblox while you can still use your device. I hope you'll make lots of progress in your favourite simulators! Feel free to add suggestions! =====Version: 2.9.1===== Requires Java to be installed to run. ...
    Leader badge
    Downloads: 868 This Week
    Last Update:
    See Project
  • 18
    GXDE OS

    GXDE OS

    Gorgeous eXtended Deepin Environment

    GXDE is a desktop environment which is based on DDE15 (Deepin Desktop Environment version 15). You can run the classic desktop on newer Debian-based system than deepin 15.11 If you want to download the daily build image, you can visit https://sourceforge.net/projects/gxde-os/ Discord: https://discord.gg/t5Uf2xYpvA
    Leader badge
    Downloads: 253 This Week
    Last Update:
    See Project
  • 19
    GnoppixNG

    GnoppixNG

    Gnoppix Linux

    Gnoppix is a Linux distribution based on Debian Linux available in for amd64 and ARM architectures. Gnoppix is a great choice for users who want a lightweight and easy-to-use with security in mind. Gnoppix was first announced in June 2003. Currently we're working on a Gnoppix version for WSL, Mobile devices like smartphones and tablets as well.
    Leader badge
    Downloads: 181 This Week
    Last Update:
    See Project
  • 20
    GXDE OS Daily

    GXDE OS Daily

    GXDE OS Daily Build Image (GXDE 日构建镜像)

    GXDE OS Daily Build Image If you want to download the stable version image, please visit https://sourceforge.net/projects/gxde-os/ Daily build images cannot guarantee normal installation and use. If you need daily images, please download stable version images GXDE 日构建镜像 如果你想要下载稳定版镜像,请访问 https://sourceforge.net/projects/gxde-os/ 日构建镜像无法保证可以正常安装、使用等,如需日用请下载稳定版镜像
    Downloads: 67 This Week
    Last Update:
    See Project
  • 21

    AFKTool

    Never get kicked for being IDLE again by using AFKTool!

    Don't want to get kicked for being AFK again? With this software, you can easily deter that from happening by using our premade profiles or creating your own in the profile-settings folder. How This Works This program works by reading the contents of the currently selected profile (.INI) file. Then it uses the "Keyboard" library to control the current keyboard to use the information stored inside the file to move your in-game character.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22
    shared-clipboard

    shared-clipboard

    Combined Desktop-Android app for sharing the clipboard

    The application can be used for sharing the text clipboard contents between either a Desktop or Laptop computer and an Android mobile phone. The way to work is to copy the text you want to share in the clipboard (either in the Desktop or in the Android phone), and then create a new QR with the Desktop app and click on the Android app button the action you want to do (either copy text from Android to Desktop or copy text from Desktop to Android). Then you willl have to scan the QR and, if success, the text will be copied on the other side. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    RaspEX

    RaspEX

    RaspEX is a perfect Linux ARM system for Raspberry Pi 5 and 4

    ...You can use Synaptic to install any extra packages you may need. RaspEX uses Ubuntu's 26.04 LTS software repositories so you can install thousands of extra packages if you want. NEWS 260114 This RaspEX 64 bit Build for Rpi5/Rpi4 uses kernel 6.17.0-1003-raspi and Ubuntu 26.04 "Resolute Raccoon" repositories. MOST IMPORTANT: In this RaspEX version you can run Netflix (and possibly also HBO, YouTube TV, Amazon Prime Video, etc.) using Firefox. I.e. there is DRM/Widevine support in Firefox. NOTE: Ubuntu 26.04 LTS will be supported until April 2031. ...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 24

    SearchPhotos

    Search descriptions in photo exiv information or text files

    This program helps you to find your fotos On all my systems python is already available and most of my systems are using gtk3. First attempt is with python-whoosh And the result of the experiments is this project. On Archlinux python-whoosh is 4 Mb and this program ".pyz" is only 44 kb. Compare to docfetcher (java) of 50 Mb ! That is actually a very nice program: it can index many different files, fast, reliable and not to big. By the way: speed is not an issue. Generating an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    uiw icons

    uiw icons

    The premium icon font for @uiwjs Component Library

    The premium icon font for uiwjs Component Library. Check out the search feature, which has keywords identifying common icon names and styles. For example, if you search for "arrow" we call up every icon that could possibly be used as an arrow. We've also included each icon's class name for easy copy/pasting when you're developing! They are free to use and licensed under MIT. We intend for this icon pack to be used with uiw, but it’s by no means limited to it. Use them wherever you see fit,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB