Showing 583 open source projects for "par"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1
    PAR LLAMA

    PAR LLAMA

    TUI for Ollama and other LLM providers

    PAR LLAMA is a terminal-based text user interface designed to simplify the management and interaction with large language models, particularly those served through Ollama, while also supporting a wide range of cloud providers. It is built using modern terminal UI frameworks, delivering a visually structured and interactive experience directly within the command line.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    DwarFS

    DwarFS

    A fast high compression read-only file system for Linux, Windows

    ...However, I found that other read-only, compressed file systems don't do a very good job at making use of this redundancy. See here for a comparison with other compressed file systems. DwarFS also doesn't compromise on speed and for my use cases, I've found it to be on par with or perform better than SquashFS. For my primary use case, DwarFS compression is an order of magnitude better than SquashFS compression, it's 6 times faster to build the file system, it's typically faster to access files on DwarFS and it uses less CPU resources.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 4
    FastAPI

    FastAPI

    FastAPI framework, high performance, easy to learn, fast to code

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. Get production-ready code. With automatic interactive documentation. Based on (and fully compatible with) the open standards for APIs: OpenAPI...
    Downloads: 32 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
  • 5
    FastAPI Python

    FastAPI Python

    FastAPI framework, high performance, easy to learn, fast to code

    FastAPI framework, high performance, easy to learn, fast to code, ready for production. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Codon

    Codon

    A high-performance, zero-overhead, extensible Python compiler

    Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 100x or more, on a single thread. Codon supports native multithreading which can lead to speedups many times higher still. The Codon framework is fully modular and extensible, allowing for the seamless integration of new modules, compiler optimizations, domain-specific languages and so on. We actively develop Codon...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    ASP.NET Minimal APIs Made Easy

    ASP.NET Minimal APIs Made Easy

    A light-weight REST API development framework for ASP.Net 6

    It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate. Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks. Convenient business logic validation & error responses. Easy access to environment & configuration settings. Supports policy/permission/role/claim based security. In-process pub/sub event notifications (with auto discovery). ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    GoAWK

    GoAWK

    A POSIX-compliant AWK interpreter written in Go, with CSV support

    GoAWK now uses a bytecode compiler and includes native support for CSV files. AWK is a fascinating text processing language, and The AWK Programming Language is a wonderfully concise book describing it. The A, W, and K in AWK stand for the surnames of the three original creators: Alfred Aho, Peter Weinberger, and Brian Kernighan. Kernighan is also an author of The C Programming Language (“K&R”), and the two books have that same each-page-packs-a-punch feel. AWK was released in 1977, which...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Full Stack FastAPI and PostgreSQL

    Full Stack FastAPI and PostgreSQL

    Full stack, modern web application generator

    Generate a backend and frontend stack using Python, including interactive API documentation. Production ready Python web server using Uvicorn and Gunicorn. Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Get production-ready code. With automatic interactive documentation. Many other features including automatic validation, serialization, interactive documentation, authentication with OAuth2 JWT tokens, etc. ...
    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
    Homebridge UniFi Protect

    Homebridge UniFi Protect

    Complete HomeKit integration for UniFi Protect with full support

    ...UniFi Protect is Ubiquiti's video security platform, with rich camera, doorbell, and NVR controller hardware options for you to choose from, as well as an app which you can use to view, configure and manage your video camera and doorbells. This plugin attempts to bridge a gap in the UniFi Protect ecosystem by providing native HomeKit support on par with what you would expect from a first-party of native HomeKit solution. My north star is to create a plugin that just works with minimal required configuration by you to get up and running. The goal is to provide as close to a streamlined experience as you would expect from a first-party or native HomeKit solution.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    gnet

    gnet

    gnet is a high-performance, lightweight, networking framework

    Built in Go, gnet is ultra-fast and memory efficient based on the event-driven mechanism. It's designed to create a networking server framework for Go that performs on par with Redis and Haproxy for networking packets handling. gnet is lock-free during the entire runtime, which keeps gnet free from synchronization issues and speeds it up. gnet provides concise and easy-to-use APIs for users, it only exposes the essential APIs and takes over most of the tough work for users, minimizing the complexity of business code so that developers are able to concentrate on business logic instead of the underlying implementations. gnet supports multiple protocols/IPC mechanism: TCP, UDP and Unix Domain Socket, enabling you to develop a variety of networking applications. gnet is devised as a cross-platform framework, as a result, it works faultlessly on multiple platforms: Linux, FreeBSD, DragonFly BSD, Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AnyCable

    AnyCable

    Polyglot replacement for Ruby WebSocket servers with Action Cable

    ...And you should be able to build them in the comfort of your core framework: owning the data, using resources efficiently, and writing clean, maintainable code. AnyCable transforms your Rails application’s real-time performance, making it on par with Go, Elixir, and Node.js–based solutions so you can focus on implementing the business logic. Scale efficiently with AnyCable by leveraging its much lower RAM usage and better CPU utilization than Action Cable. Like with any data, being strategic when handling real-time data is super important. With AnyCable, you remain the owner: you store and access all the data directly, and you never send it to a 3rd-party. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Ling-V2

    Ling-V2

    Ling-V2 is a MoE LLM provided and open-sourced by InclusionAI

    ...It introduces highly sparse architectures where only a fraction of the model’s parameters are activated per input token, enabling models like Ling-mini-2.0 to achieve reasoning and instruction-following capabilities on par with much larger dense models while remaining significantly more computationally efficient. Trained on more than 20 trillion tokens of high-quality data and enhanced through multi-stage supervised fine-tuning and reinforcement learning, Ling-V2’s models demonstrate strong general reasoning, mathematical problem-solving, coding understanding, and knowledge-intensive task performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ...Certaines macros de feuille de calcul pour l'utilisation FET officielle . Le but est d'organiser le calendrier définitif dans un format agréable, l'aide à l'exportation au format CSV de FET et l'importation de ces résultats par les macros dans un fichier tableur .
    Leader badge
    Downloads: 1,102 This Week
    Last Update:
    See Project
  • 15
    Proxmox365

    Proxmox365

    Proxmox VE 9.2 x86_64 et ARM64 avec ISO et documentation.

    Proxmox VE 9.2 Overview — A modern virtualization platform supporting both x86_64 and ARM64 architectures. ARM64 Support — Full ARM64 compatibility with KVM, LXC, ZFS, Ceph, SDN, and HA. Downloads — Both x86_64 and ARM64 ISO images are available in the project’s FRS directory. Documentation — A complete PDF guide is included for installation and configuration. Screenshots & Videos — Visual previews of the Proxmox VE 9.2 interface and features. Présentation Proxmox VE ARM64 ...
    Downloads: 50 This Week
    Last Update:
    See Project
  • 16
    # 🎬 Video Gallery — Thème WordPress **Version :** 1.0.0 **Auteur :** Antoine Roll **Site web :** [https://sourceforge.net/projects/video-gallery/] **Licence :** GNU GPL v2 ou ultérieure --- ## 🧩 Présentation **Video Gallery** est un thème WordPress moderne et responsive conçu pour créer une **galerie de vidéos organisée par catégories**. Il permet d’offrir un espace de visionnage privé ou public, avec gestion des accès par rôles, filtrage par catégories et intégration fluide avec les blocs Gutenberg. Ce thème est idéal pour : - les associations ou clubs souhaitant partager des vidéos internes ; - les familles voulant gérer un espace privé de souvenirs ; - les structures culturelles ou éducatives gérant un catalogue de vidéos ; - toute plateforme souhaitant combiner esthétique, simplicité et sécurité.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jd-gui-duo

    jd-gui-duo

    A 2-in-1 JAVA decompiler based on JD-CORE v0 and v1 supporting 3rd par

    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 18
    nouvel-azerty

    nouvel-azerty

    Un nouvel AZERTY pour simplifier la dactylographie, pas le français.

    ...Ces fonctionnalités nécessitent la mise en œuvre des ressources nativement disponibles sous Windows et sous Linux pour ajouter une deuxième bascule graphique, appelée « VerrMod » ou verrouillage en mode ASCII, ainsi qu’une troisième modificatrice graphique, nommée « AltFr », pour les ponctuations non espacées et pour les chiffres groupés à la française par l’espace fine insécable, ou à l’anglaise ou à l’américaine par le point ou la virgule. La dernière version du code source est sur https://github.com/dispoclavier/nouvel-azerty parce que les modifications sont faites là-bas.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19
    DroidTV365 and Others Hybrides ISO

    DroidTV365 and Others Hybrides ISO

    DroidTV365 – Android TV TN365 Edition

    DroidTV365 – Android TV TN365 Edition ------------------------------------ Installation en VM 4GB RAM 25GB Disque System Linux 2.6 Video: VboxSVGA 128MB Réseau NAT ou Accés par Pont Installation AUTO Connexion Internet requise Installation classique sinon par clé USB , suivez les Intructions DroidTV365 est une version Android TV personnalisée TN365 : - Boot TN365 (image fixe) - Interface Leanback modernisée - Tuiles TN365 au premier démarrage(Netflix,Prime Video,etc) - Applications TN365 préinstallées - Images system/vendor/product modifiées Contenu de cette release : - ISO AndroidTV TN365 - Images system/vendor/product TN365 - Boot TN365 - Screenshots officiels Projet officiel : https://sourceforge.net/projects/droidtv365/ Support: https://technews365.fr/contact 1) VirtualBox Téléchargements / Download : https://www.virtualbox.org/wiki/Downloads 2)- Créez une VM Linux 64 bits - 2 à 4 Go de RAM - 2 CPU - Accélération 3D activée - Disque 25GB
    Downloads: 36 This Week
    Last Update:
    See Project
  • 20
    Kotidien

    Kotidien

    Finances personnelles assistées par ordinateur.

    ...Kotidien vous donne un accès permanent et en temps réel sur vos différents soldes, permets aussi d'automatiser l'écriture de vos transaction récurrentes, de pointer celles mises à jour sur votre interface bancaire, etc Agencées au jour le jour, supplantées par une vue calendrier, et synthétisées sur des graphiques clairs, toutes vos transactions sont réunies au sein de Kotidien. La complétion automatique des différentes informations permet une saisie plus rapide des données. Plusieurs languages vous sont proposés avec par défaut le Français.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    KDu9 Aider

    Aider: programação em par com IA (Gemini) para o GNU/Linux KDu9

    Aider — programação em par com IA (Gemini) — empacotado para a distro GNU/Linux KDu9 (KDE): instalação de 1 clique, interface no navegador em janela privativa, várias sessões independentes com chave API por projeto, encerramento seletivo e diagnóstico real de falhas. Captura do menu de sessões (reabrir/criar/encerrar): https://raw.githubusercontent.com/SuporteTecnicoID/kdu9-aider/main/docs/screens/kdu9-menu-sessoes.png Captura do encerramento seletivo de sessões: https://raw.githubusercontent.com/SuporteTecnicoID/kdu9-aider/main/docs/screens/kdu9-encerrar-sessoes.png Apoie o projeto — Pix (chave aleatória), escaneie o QR Code do banner: https://raw.githubusercontent.com/SuporteTecnicoID/kdu9-aider/main/docs/apoie-pix-banner.png Distro GNU/Linux KDu: https://sourceforge.net/projects/kduxp/ Código: https://github.com/SuporteTecnicoID/kdu9-aider Mantido por P.L.K. — Lab's & Tecnologia (Projeto Linux KDu).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    RadarLoc

    RadarLoc

    RadarLoc : Votre Compagnon de Route Intelligent et Informé

    Dans un monde où la circulation routière est de plus en plus dense et réglementée, rester informé des zones de contrôle de vitesse est devenu un atout majeur pour une conduite sereine et responsable. C'est dans cette optique que l'application RadarLoc a été conçue. Véritable assistant de conduite, RadarLoc combine des données de localisation précises, une base de données de radars constamment mise à jour, et une interface utilisateur intuitive pour offrir une expérience de conduite...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    Open Source Barware

    Free GPLv3 bar inventory system for real bar workflows.

    ...Built for real bar workflows: voice or walk-based counting, tenths, scale-ready precision, variance by bottle/station/shift/category, POS imports, smart orders, receiving, par alerts, barcode scanning, recipe costing, mobile counting, and multi-venue support. Optional AI is only for invoice photos.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    microtel

    Linux Microtel, une distribution Linux légère basée sur Mint

    ...Linux Microtel propose : - une interface MATE légère et conviviale ; - un environnement français ; - une identité graphique Microtel personnalisée ; - un écran de démarrage Plymouth personnalisé ; - le support du réseau, du Wi-Fi, du Bluetooth et du son ; - aucun Snap installé par défaut ; - des favoris adaptés aux applications principales. Projet développé par Microtel pour rendre le numérique plus accessible à tous.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ubuntu-touch-365

    Ubuntu-touch-365

    Ubuntu Touch OS Mobile

    Ubuntu Touch est un système mobile Linux libre, développé par UBports, offrant une interface moderne et fluide. Il remplace Android par un environnement sécurisé basé sur Ubuntu, sans tracking ni services propriétaires. L’installation de l'outil usb : sudo dpkg -i ubports-installer_0.11.2_linux_amd64.deb Ubuntu Touch is libre software originally developed by Canonical, now maintained by the UBports community; a collective of volunteers passionate about developing an ethical mobile operating system. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next