Showing 77 open source projects for "notable"

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

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 1
    github-changelog-generator

    github-changelog-generator

    Automatically generate change log from your tags, issues, labels, etc.

    ...Fully automated changelog generation - This gem generates a changelog file based on tags, issues and merged pull requests (and splits them into separate lists according to labels) from octocat: GitHub. What’s the point of a changelog? To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. Why should I care? Because software tools are for people. "Changelogs make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project." Using Docker is an alternative to installing Ruby and the gem.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Verible

    Verible

    Verible is a suite of SystemVerilog developer tools

    ...The spirit of the project is that no-one should ever have to develop a SystemVerilog parser for their own application, because developing a standard-compliant parser is an enormous task due to the syntactic complexity of the language. Verible's parser is also regularly tested against an ever-growing suite of (tool-independent) language compliance tests. A lesser (but notable) objective is that the language-agnostic components of Verible be usable for rapidly developing language support tools for other languages.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    GLM-4.7

    GLM-4.7

    Advanced language and coding AI model

    ...GLM-4.7 also advances “vibe coding,” producing cleaner, more modern UIs, better-structured webpages, and visually improved slide layouts. Its tool-use capabilities are substantially enhanced, with notable improvements in browsing, search, and tool-integrated reasoning tasks. Overall, GLM-4.7 shows broad performance upgrades across coding, reasoning, chat, creative writing, and role-play scenarios.
    Downloads: 104 This Week
    Last Update:
    See Project
  • 4
    OhMyOpenCode

    OhMyOpenCode

    The Batteries-Included Agent that codes like you

    ...It provides templates, organizational guidelines, and tooling that standardize how projects are set up — including recommended README structures, contribution workflows, issue templates, and automated CI/CD integrations — so maintainers can focus on building features instead of boilerplate. The repository also serves as a showcase and aggregation hub for quality open-source work, offering curated lists of notable projects, learning pathways, and contribution opportunities for developers at various skill levels. With clear onboarding instructions and community norms baked into the templates, newcomers to open source can quickly understand how to make effective contributions without being overwhelmed by unfamiliar practices.
    Downloads: 5 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    GoogleTest

    GoogleTest

    Google Testing and Mocking Framework

    GoogleTest is Google's C++ mocking and test framework. It's used by many internal projects at Google, as well as a number of notable projects such as The Chromium projects, the OpenCV computer vision library, and the LLVM compiler. This GoogleTest project is actually a union of what used to be two separate projects: the old GoogleTest and GoogleMock, an extension of GoogleTest for writing and using C++ mock classes. Since they were so closely related, they were merged to create an even better GoogleTest. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    HummusJS

    HummusJS

    Node.js module for high performance creation and modification of PDFs

    PDFWriter latest release (4.5.12) includes support for fonts that contain Emojis. Notable examples for Emoji fonts are Windows Segoe UI emoji and Google Noto font. This means that writing text that include emojis will result in lovely colorful emojis, rather than black and white representations. PDFHummus is a fast and free PDF Writing, Parsing and Modification library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JobWinner

    JobWinner

    Curated directory of thousands of generative AI tools by category

    ...It organizes thousands of AI applications into dozens of categories, allowing users to easily locate tools related to areas such as image generation, writing assistance, chatbots, productivity, and automation. Entries in the collection follow a standardized format so that each listed application can be quickly compared and evaluated. AI Collection also highlights notable tools through sections such as top selections and recently added applications, helping users stay updated with emerging AI solutions.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    VOID

    VOID

    Video Object and Interaction Deletion

    ...Built on top of transformer-based architectures and fine-tuned for video inpainting tasks, the system uses interaction-aware mask conditioning to ensure temporal consistency across frames. One of its most notable capabilities is its ability to simulate realistic scene behavior after object removal, such as causing an object to fall naturally if its support is removed, which significantly enhances realism.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Cactus

    Cactus

    Low-latency AI inference engine optimized for mobile devices

    ...It supports a wide range of AI tasks including text generation, speech-to-text, vision processing, and retrieval-augmented workflows through a unified API interface. A notable feature of Cactus is its hybrid execution model, which can dynamically route tasks between on-device processing and cloud services when additional compute is required.
    Downloads: 5 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
    vim-ai

    vim-ai

    AI-powered code assistant for Vim. OpenAI and ChatGPT plugin for Vim

    ...The repository also highlights support for custom roles, vision features such as image-to-text, and an emerging provider-plugin model for extending compatibility further. A notable design point is that it only sends content the user explicitly selects or includes in prompts, which helps users control what is shared with the external model.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Apache Seata

    Apache Seata

    High-performance, open source distributed transaction solution

    ...Multiple modes are supported—AT (automatic, SQL-based with undo logs), TCC (try-confirm-cancel), Saga (long-running compensation), and XA—letting architects choose between simplicity, control, and interoperability. The AT mode is notable for minimizing code changes: Seata captures before/after images of SQL updates and can roll back on failure to maintain atomicity across services. Integrations cover common RPC frameworks and registries, enabling drop-in usage within Spring Cloud/Dubbo-style ecosystems.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Cpp17

    Cpp17

    Chinese translation of C++17 The Complete Guide

    The repository is a Chinese translation of “C++17: The Complete Guide”, a comprehensive reference book originally by Nicolai M. Josuttis, adapted for learners and developers who prefer reading in Chinese. It includes a full LaTeX source, Markdown drafts, and compiled PDF/EPUB versions, allowing readers to either consume the translated text or regenerate formatted outputs themselves. The content is organized into multiple parts: basic language features (e.g. structured binding, inline...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    sperm

    sperm

    Collection of reverse engineering articles curated for learning

    sperm is a curated repository that gathers a collection of notable articles related to reverse engineering and software analysis. It primarily acts as a knowledge archive where previously published technical posts are compiled and organized for easier access and long-term reference. These articles originate from multiple technical communities and platforms and are exported into Markdown format to maintain a consistent and readable structure. sperm focuses on educational material that explores reverse engineering techniques, mobile analysis, and related technical discussions. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    VIPER

    VIPER

    AI-powered red team platform for adversary simulation toolkit

    ...Viper also incorporates automation features and workflow orchestration, helping teams streamline repetitive tasks and maintain continuous monitoring of target environments. A notable aspect of the project is its integration of a large language model agent, which assists with decision-making, parameter handling, and analysis during operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CVPR 2025

    CVPR 2025

    Collection of CVPR 2025 papers and open source projects

    ...Each paper entry typically includes a title, author list, and links to the paper PDF and official or third-party code repositories. The list frequently highlights benchmarks, leaderboards, or notable results so readers can assess impact at a glance. Because conference content evolves rapidly, the repository is updated as authors release code or refine readme instructions, keeping the collection timely. For teams planning literature reviews, study groups, or rapid prototyping sprints, it acts as a central index to the year’s most relevant methods with working implementations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Wan Move

    Wan Move

    Motion-controllable Video Generation via Latent Trajectory Guidance

    ...By representing motion information as dense point trajectories and integrating them into the latent space of an image-to-video model, the project produces videos with more precise and controllable motion behavior than many existing methods. Wan-Move is particularly notable for eliminating the need for additional motion encoders, instead directly infusing motion cues into spatiotemporal features, which simplifies both training and inference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    tinypdf

    tinypdf

    Minimal PDF creation library

    ...The library supports essential primitives like writing text, drawing basic shapes, and placing JPEG images, which covers common needs such as invoices, receipts, tickets, and simple reports. It also supports clickable links so generated documents can include interactive URLs, and it can create multi-page documents with custom page sizes. A notable convenience is built-in markdown-to-PDF conversion for common structures like headers and lists, letting you go from formatted text to a PDF layout quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RVVM

    RVVM

    The RISC-V Virtual Machine

    ...It implements a fully spec-compliant RISC-V architecture, supporting modern instruction sets and extensions while maintaining a lean and modular codebase. One of its most notable features is its tracing JIT compiler, which enables significantly faster execution compared to traditional emulation approaches like QEMU’s TCG. The system is capable of running full operating systems such as Linux, FreeBSD, and OpenBSD, as well as supporting userland emulation for running RISC-V applications directly on foreign hosts. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    jax

    Just an Extended Artificial Intelligence

    JAX (Just an Artificial Intelligence Extended) is a notable innovation in the field of Artificial Intelligence (AI), designed as an optimized version of the openSUSE Linux image. This platform is meticulously crafted to facilitate access and development of AI applications, representing a significant milestone for researchers, developers, and technology enthusiasts. Its structure is built on the pillars of flexibility and efficiency, providing an ideal environment for exploring the vast and dynamic world of Artificial Intelligence.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 20
    telegraf.js

    telegraf.js

    Modern Telegram Bot Framework for Node.js

    ...Telegraf is written in TypeScript and therefore ships with declaration files for the entire library. Moreover, it includes types for the complete Telegram API via the typegram package. While most types of Telegraf's API surface are self-explanatory, there's some notable things to keep in mind.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    etcsh

    etcsh is an enhanced version of tcsh.

    etcsh is a project envisioning enhancements and fixes over the original tcsh. Notable features over the original tcsh are • function declarations; • variable assignment from pipes and redirections; • comments on interactive sessions; • tell whether stdin is empty or not; • variable expansion on expressions corrected; • piped built-ins are forked; • missing test built-in implemented; • read-write variable flag; • exit shall cancel lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mobile Open-Source Software and Tools

    Mobile Open-Source Software and Tools

    Android, UIQ 3.0, Series 60 Edition 5 open-source software

    Android, Symbian UIQ 3.0 and Symbian Series 60 Edition 5 open-source software, tools, libraries and themes. Most notable the FX-602P / FX-603P Simulator and the HP-45 Emulator are hosted here.
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 23

    Smart AI Crypto Trading Bot

    Smart AI Crypto Bot: Automated, secure, and adaptive trading tool.

    ...By synthesizing these varied data inputs, the system produces accurate trading recommendations, pinpointing the best moments to buy or sell particular digital currencies. A notable attribute of the Intelligent AI Crypto Trading Assistant is its capability to adjust to fluctuating market conditions. It consistently learns from market data, enhancing its algorithms to boost trading precision over time. This capacity for adaptive learning ensures the system remains effective even as market dynamics shift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ZoKrates

    ZoKrates

    A toolbox for zkSNARKs on Ethereum

    ...One particular family of ZKPs is described as zero-knowledge Succinct Non-interactive ARguments of Knowledge, a.k.a. zkSNARKs. zkSNARKs are the most widely used zero-knowledge protocols, with the anonymous cryptocurrency Zcash and the smart-contract platform Ethereum among the notable early adopters. Ethereum runs computations on all nodes of the network, resulting in high costs, limits in complexity, and low privacy. zkSNARKs have been enabling to only verify computations on-chain for a fraction of the cost of running them, but are hard to grasp and work with.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    pokegb

    pokegb

    A gameboy emulator that only plays Pokemon Blue, in ~50 lines of c++.

    pokegb is an extremely compact and specialized Game Boy emulator written in C++ that is intentionally designed to run only Pokémon Red and Blue, rather than providing general-purpose compatibility. The project is notable for its extreme minimalism, with an implementation of roughly a few dozen lines of code, making it closer to a proof of concept or code-golf experiment than a traditional emulator. It achieves functionality by tailoring the emulator specifically to the requirements and behavior of Pokémon games, avoiding the need to fully emulate all Game Boy features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB