Showing 79 open source projects for "notable"

View related business solutions
  • OpManager the network monitoring software used by over 1 million IT admins Icon
    OpManager the network monitoring software used by over 1 million IT admins

    Network performance monitoring, uncomplicated.

    ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
    Learn More
  • The only CRM built for B2C Icon
    The only CRM built for B2C

    Stop chasing transactions. Klaviyo turns customers into diehard fans—obsessed with your products, devoted to your brand, fueling your growth.

    Klaviyo unifies your customer profiles by capturing every event, and then lets you orchestrate your email marketing, SMS marketing, push notifications, WhatsApp, and RCS campaigns in one place. Klaviyo AI helps you build audiences, write copy, and optimize — so you can always send the right message at the right time, automatically. With real-time attribution and insights, you'll be able to make smarter, faster decisions that drive ROI.
    Learn More
  • 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: 8 This Week
    Last Update:
    See Project
  • 2
    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: 5 This Week
    Last Update:
    See Project
  • 3
    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: 24 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: 10 This Week
    Last Update:
    See Project
  • Monitor production, track downtime and improve OEE. Icon
    Monitor production, track downtime and improve OEE.

    For manufacturing companies interested in OEE monitoring solutions

    Evocon is a visual and user-friendly OEE software that helps manufacturing companies improve productivity and remove waste as they become better.
    Learn More
  • 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: 24 This Week
    Last Update:
    See Project
  • 6
    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: 74 This Week
    Last Update:
    See Project
  • 7
    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: 3 This Week
    Last Update:
    See Project
  • 8
    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: 3 This Week
    Last Update:
    See Project
  • 9
    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: 1 This Week
    Last Update:
    See Project
  • The Apple Device Management and Security Platform Icon
    The Apple Device Management and Security Platform

    For IT teams at organizations that run on Apple

    Achieve harmony across your Apple device fleet with Kandji's unmatched management and security capabilities.
    Learn More
  • 10
    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
  • 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: 7 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    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: 1 This Week
    Last Update:
    See Project
  • 14
    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: 1 This Week
    Last Update:
    See Project
  • 15
    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: 1 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
    Skills Janitor

    Skills Janitor

    Audit, track usage, and compare your Claude Code skills

    ...The system provides a set of command-based tools that allow users to perform health checks, generate reports, and automatically fix issues such as broken or redundant skills. It also includes usage tracking by parsing conversation history, giving visibility into which skills are actively used and which are wasting resources. A notable feature is its token cost analysis, which helps developers understand how much context window space each skill consumes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    OmniVoice

    OmniVoice

    High-Quality Voice Cloning TTS for 600+ Languages

    ...Built on a diffusion language model-style architecture, it combines scalability with strong performance, enabling both natural-sounding voice synthesis and efficient inference speeds. One of its most notable capabilities is zero-shot voice cloning, allowing users to replicate a speaker’s voice using only a short reference audio clip. In addition, it supports voice design through configurable attributes such as gender, accent, pitch, and speaking style, giving users fine-grained control over generated speech. The system also includes advanced features like non-verbal expression tags and pronunciation overrides, enabling expressive and precise output. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    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: 25 This Week
    Last Update:
    See Project
  • 22
    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: 7 This Week
    Last Update:
    See Project
  • 23

    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
  • 24
    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: 78 This Week
    Last Update:
    See Project
  • 25

    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB