awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ankitwasankar/mftool-java

Open-source alternatives to Mftool Java

30 open-source projects similar to ankitwasankar/mftool-java, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mftool Java alternative.

  • ai/size-limitai avatar

    ai/size-limit

    6,911View on GitHub↗

    size-limit is a set of specialized tools for measuring JavaScript bundle sizes and enforcing performance budgets within continuous integration pipelines. It functions as a bundle size monitor and budget enforcer that can reject pull requests when JavaScript bundles exceed predefined size thresholds. The project distinguishes itself by providing a browser-based execution profiler that calculates the time required to compile and execute JavaScript on simulated low-end hardware. It also includes a tree-shaking validator that analyzes partial import bundle sizes to verify that unused code is corr

    JavaScript
    View on GitHub↗6,911
  • aimeos/aimeos-typo3aimeos avatar

    aimeos/aimeos-typo3

    1,428View on GitHub↗
    PHPaimeosb2be-commerce
    View on GitHub↗1,428
  • alichtman/shallow-backupalichtman avatar

    alichtman/shallow-backup

    1,328View on GitHub↗

    Git-integrated backup tool for macOS and Linux devs.

    Pythonbackupbackup-scriptbackup-utility
    View on GitHub↗1,328
  • alichtman/strongholdalichtman avatar

    alichtman/stronghold

    1,190View on GitHub↗

    Easily configure macOS security settings from the terminal.

    Pythoncommand-linecommand-line-toolhardening
    View on GitHub↗1,190
  • amitmerchant1990/electron-markdownifyamitmerchant1990 avatar

    amitmerchant1990/electron-markdownify

    1,082View on GitHub↗

    :closed_book: A minimal Markdown editor desktop app

    JavaScriptdesktopeditorelectron
    View on GitHub↗1,082

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • amplication/amplicationamplication avatar

    amplication/amplication

    16,012View on GitHub↗

    Amplication is a low-code API platform and backend service generator designed to accelerate the development of business domain services. It automates the creation of APIs and data models through schema-driven code generation, transforming structured definitions into executable backend source code. The platform functions as a developer portal orchestrator that establishes standardized workflows and golden paths for software delivery. It enforces organizational coding standards and best practices by applying live templates and predefined blueprints across all generated services. The system inc

    TypeScriptapicode-generationcsharp
    View on GitHub↗16,012
  • antoniofalcaojr/eventualshopAntonioFalcaoJr avatar

    AntonioFalcaoJr/EventualShop

    420View on GitHub↗

    A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design

    C#architectureclean-architecturecqrs
    View on GitHub↗420
  • aregtech/areg-sdkaregtech avatar

    aregtech/areg-sdk

    352View on GitHub↗

    Distributed C++ services from embedded to enterprise

    C++cppcross-platformdistributed-systems
    View on GitHub↗352
  • armync/arminc-autoexecarmync avatar

    armync/ArminC-AutoExec

    371View on GitHub↗

    ⚙️ ArminC's autoexec for CS2 - well documented, analysed and no misconfigurations

    autoexeccfgcommands
    View on GitHub↗371
  • athityakumar/colorlsathityakumar avatar

    athityakumar/colorls

    5,123View on GitHub↗

    colorls is a Ruby-based terminal directory visualizer that displays file system contents using colors, Font Awesome icons, and Git status indicators. It functions as a command line interface for rendering directory contents and nested file system hierarchies in both list and tree formats. The project features a customizable theme engine that allows users to override default colors and unicode icons via external configuration files. It integrates with version control to append the status of files and folders directly within the terminal listing. The tool provides capabilities for directory hi

    Rubyclicoloreye-candy
    View on GitHub↗5,123
  • aurumz-rgb/reviewaidaurumz-rgb avatar

    aurumz-rgb/ReviewAid

    8View on GitHub↗

    AI-Driven Full-Text Screening and Data Extraction for Systematic Reviews and Evidence Synthesis

    Pythonacademic-researchai-assistantai-tool
    View on GitHub↗8
  • brenocq/implot3dbrenocq avatar

    brenocq/implot3d

    1,208View on GitHub↗

    Immediate Mode 3D Plotting

    C++3dguiimgui
    View on GitHub↗1,208
  • ccostan/home-assistantconfigCCOSTAN avatar

    CCOSTAN/Home-AssistantConfig

    5,176View on GitHub↗

    This repository is a collection of YAML automations and scripts for Home Assistant that coordinate devices and services into context‑aware home routines. Its design centers on combining multiple sensor inputs—motion, bed presence, garage door state—into a single occupancy signal that gates automations, reducing false triggers. The collection delivers actionable mobile notifications with script‑bound buttons for snoozing or escalating alerts, and integrates an external vision service to classify camera snapshots so package deliveries are detected and announced. What distinguishes this configur

    Pythonaialexaautomation
    View on GitHub↗5,176
  • choojs/choochoojs avatar

    choojs/choo

    6,767View on GitHub↗

    Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The

    JavaScriptchoodominterface
    View on GitHub↗6,767
  • create-go-app/clicreate-go-app avatar

    create-go-app/cli

    2,759View on GitHub↗

    ✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.

    Goansible-playbookbackendbackend-template
    View on GitHub↗2,759
  • day8/re-frameday8 avatar

    day8/re-frame

    5,532View on GitHub↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    View on GitHub↗5,532
  • dbt-labs/dbt-coredbt-labs avatar

    dbt-labs/dbt-core

    13,051View on GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Rustanalyticsbusiness-intelligencedata-modeling
    View on GitHub↗13,051
  • dmunish/notechartsdmunish avatar

    dmunish/notecharts

    2View on GitHub↗

    Modern, interactive charts for Jupyter notebooks

    Pythonapacheapache-echartsdata-visualization
    View on GitHub↗2
  • dmunish/reachdmunish avatar

    dmunish/reach

    5View on GitHub↗

    AI-powered disaster alert system for Pakistan that automatically processes official emergency warning documents.

    Pythonagentsaidata-aggregation
    View on GitHub↗5
  • doomemacs/doomemacsdoomemacs avatar

    doomemacs/doomemacs

    22,264View on GitHub↗

    This project is a modular configuration framework for the Emacs text editor, designed to provide optimized defaults and a curated ecosystem of plugins. It functions as a comprehensive environment that structures complex editor settings into a reproducible and stable workspace. The framework distinguishes itself through a declarative package management system that pins dependencies to ensure consistency across different machines. It incorporates a modal editing layer that replicates keyboard-driven navigation and text manipulation workflows, alongside a rule-based engine that automates the lif

    Emacs Lispdoom-emacsemacsemacs-configuration
    View on GitHub↗22,264
  • dowjones/react-dropdown-tree-selectdowjones avatar

    dowjones/react-dropdown-tree-select

    486View on GitHub↗

    Lightweight, accessible, customizable and fast Dropdown Tree Select component for React

    JavaScriptaccessibledropdownreact
    View on GitHub↗486
  • dsplce-co/supabase-plusdsplce-co avatar

    dsplce-co/supabase-plus

    70View on GitHub↗

    An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI

    Rustclidxqol
    View on GitHub↗70
  • dutrevis/spark-resources-metrics-plugindutrevis avatar

    dutrevis/spark-resources-metrics-plugin

    1View on GitHub↗

    Spark plugin to retrieve metrics from a variety of cluster resources

    Scalascalaspark
    View on GitHub↗1
  • eduardasrbastos/my-essential-toolboxEduardaSRBastos avatar

    EduardaSRBastos/my-essential-toolbox

    3View on GitHub↗

    My Essential Tools: List of useful digital tools for everyday use

    HTMLessential-toolsessentialstoolbox
    View on GitHub↗3
  • emalderson/thephishemalderson avatar

    emalderson/ThePhish

    1,349View on GitHub↗

    ThePhish: an automated phishing email analysis tool

    Pythonattackcyberdefensecybersecurity
    View on GitHub↗1,349
  • eylon-44/buzz-oseylon-44 avatar

    eylon-44/Buzz-OS

    21View on GitHub↗

    A small x86 32-bit operating system.

    Cassemblybasic-operating-systemc
    View on GitHub↗21
  • feberts/python-game-serverfeberts avatar

    feberts/python-game-server

    8View on GitHub↗

    A lightweight server and framework for turn-based multiplayer games

    Pythonapibackendboard-games
    View on GitHub↗8
  • fileshot/fileshotzkeFileShot avatar

    FileShot/FileShotZKE

    27View on GitHub↗

    Client-side AES-256-GCM zero-knowledge encryption library. Browser-native Web Crypto API, no dependencies. Powers FileShot.io.

    HTMLaes-256aes-256-gcmbrowser-encryption
    View on GitHub↗27
  • github-changelog-generator/github-changelog-generatorgithub-changelog-generator avatar

    github-changelog-generator/github-changelog-generator

    7,529View on GitHub↗

    This project is an automated release note tool and markdown history generator that transforms repository activity into structured documentation. It functions as a GitHub API client and CI/CD pipeline component, aggregating tags, issues, and pull requests to produce categorized summaries of project changes. The tool distinguishes itself through native GitHub Enterprise integration, supporting custom API endpoints for self-hosted server instances. It employs a label-based categorization system to group changes into specific sections and utilizes personal access tokens or OAuth to manage API rat

    Rubychangelogchangelog-generatorgenerator
    View on GitHub↗7,529
  • abblix/oidc.serverAbblix avatar

    Abblix/Oidc.Server

    99View on GitHub↗

    Flexible OpenID Connect and OAuth 2.0 server-side implementation for modern ASP.NET projects

    C#abblixauthenticationauthorization
    View on GitHub↗99