Showing 149 open source projects for "planner"

View related business solutions
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • Agentic AI SRE built for Engineering and DevOps teams. Icon
    Agentic AI SRE built for Engineering and DevOps teams.

    No More Time Lost to Troubleshooting

    NeuBird AI's agentic AI SRE delivers autonomous incident resolution, helping team cut MTTR up to 90% and reclaim engineering hours lost to troubleshooting.
    Learn More
  • 1
    TRIP

    TRIP

    Minimalist POI Map Tracker and Trip Planner

    TRIP is a self-hosted, minimalist trip planner and map-based tracker built for people who want a simple way to visualize points of interest and organize travel details without ads, telemetry, or account-driven tracking. At its core, it lets you create and manage POIs directly on interactive maps, turning the planning process into something spatial and visual rather than a list buried in notes.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    zeroshot CLI

    zeroshot CLI

    Your autonomous engineering team in a CLI. Point Zeroshot at an issue

    zeroshot CLI is an autonomous engineering agent orchestration CLI that lets developers point it at a software task or issue and have it plan, implement, validate, and iterate on code changes without direct manual intervention. It orchestrates a multi-agent workflow where separate roles such as planner, implementer, and independent validators collaborate in isolated environments, looping until the code meets acceptance criteria or produces reproducible failures. The tool supports multiple underlying AI providers like Claude Code, Codex, OpenCode, and Gemini, as well as integration with issue backends like GitHub, GitLab, Jira, and Azure DevOps, enabling flexible input sources and automation in diverse environments. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Microsoft Agent Skills

    Microsoft Agent Skills

    Skills, MCP servers, Custom Agents, Agents.md for SDKs

    ...In addition to the skills themselves, the repo includes templates for agent configuration (e.g., Agents.md), marketplace setup files, and command utilities to install skills into directories like .github/skills or .claude/skills. It also offers preconfigured MCP servers and custom agent roles covering backend, frontend, infrastructure, planner, and other use cases, helping teams create richer, role-aware AI assistants.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    TorchRec

    TorchRec

    Pytorch domain library for recommendation systems

    ...The TorchRec sharder can shard embedding tables with different sharding strategies including data-parallel, table-wise, row-wise, table-wise-row-wise, and column-wise sharding. The TorchRec planner can automatically generate optimized sharding plans for models. Pipelined training overlaps dataloading device transfer (copy to GPU), inter-device communications (input_dist), and computation (forward, backward) for increased performance. Optimized kernels for RecSys powered by FBGEMM. Quantization support for reduced precision training and inference. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 5
    The Determinate Nix Installer

    The Determinate Nix Installer

    Install Nix and flakes with the reliable Determinate Nix Installer

    Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 2 million installs.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    SPQR

    SPQR

    Stateless Postgres Query Router

    SPQR is a sharding proxy for PostgreSQL that enables horizontal scalability by distributing queries across multiple PostgreSQL instances. Designed for large-scale, multi-tenant architectures, SPQR routes, rewrites, and manages SQL queries to ensure they are executed efficiently across shards. It provides a PostgreSQL-compatible interface so applications can scale transparently without code changes.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    pgvector

    pgvector

    Open-source vector similarity search for Postgres

    pgvector is an open-source PostgreSQL extension that equips PostgreSQL databases with vector data storage, indexing, and similarity search capabilities—ideal for embeddings-based applications like semantic search and recommendations. You can add an index to use approximate nearest neighbor search, which trades some recall for speed. Unlike typical indexes, you will see different results for queries after adding an approximate index. An HNSW index creates a multilayer graph. It has better...
    Downloads: 98 This Week
    Last Update:
    See Project
  • 8
    PostgREST

    PostgREST

    REST API for any Postgres database

    ...Object-relational mapping is a leaky abstraction leading to slow imperative code. The PostgREST philosophy establishes a single declarative source of truth: the data itself. It’s easier to ask PostgreSQL to join data for you and let its query planner figure out the details than to loop through rows yourself. It’s easier to assign permissions to db objects than to add guards in controllers. (This is especially true for cascading permissions in data dependencies.) It’s easier to set constraints than to litter code with sanity checks.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9
    OpenManus

    OpenManus

    Open-source AI agent framework

    OpenManus is an open-source AI agent framework designed to autonomously execute complex, multi-step tasks by combining reasoning, planning, and tool use. It enables developers to build agents that can think, act, and iterate toward goals rather than simply responding to prompts. The platform emphasizes task decomposition, allowing agents to break down objectives into smaller steps and execute them sequentially or recursively. OpenManus supports integration with external tools, APIs, and...
    Downloads: 30 This Week
    Last Update:
    See Project
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 10
    HypoPG

    HypoPG

    Hypothetical Indexes for PostgreSQL

    HypoPG is a PostgreSQL extension that allows you to create hypothetical indexes without actually building them on disk. It helps developers and DBAs test the impact of potential indexes on query performance before committing resources. By simulating indexes, HypoPG assists in query optimization and index strategy planning without any performance or storage cost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DeerFlow

    DeerFlow

    Deep Research framework, combining language models with tools

    ...It aims to combine the reasoning power of large language models (LLMs) with automated tool-use — such as web search, web crawling, Python execution, and data processing — to enable complex, end-to-end research workflows. Instead of a monolithic AI assistant, DeerFlow defines multiple specialized agents (e.g. “planner,” “searcher,” “coder,” “report generator”) that collaborate in a structured workflow, allowing tasks like literature reviews, data gathering, data analysis, code execution, and final report generation to be largely automated. It supports asynchronous task coordination, modular tool integration, and orchestrates the data flow between agents — making it suitable for large-scale or multi-stage research pipelines. ...
    Downloads: 61 This Week
    Last Update:
    See Project
  • 12
    TREK

    TREK

    A self-hosted travel/trip planner with real-time collaboration

    TREK is a system designed to explore task execution, reasoning, or knowledge traversal in structured environments, likely focusing on guiding agents through complex multi-step processes. The project appears to emphasize traceability, allowing users to follow how decisions are made and how tasks progress through different stages. Its architecture suggests a focus on modular reasoning, where each step in a process is clearly defined and can be analyzed independently. This makes it particularly...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Codebuff

    Codebuff

    Generate code from the terminal!

    Codebuff is an open-source AI coding assistant that helps developers modify and improve their codebases using natural language instructions. Instead of relying on a single model, it orchestrates multiple specialized agents that collaborate to understand, plan, edit, and review code changes. This multi-agent approach enables more accurate edits, better context awareness, and fewer errors across complex projects. Codebuff operates primarily through a CLI, allowing developers to interact with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    mgis-3d-planner

    MGIS 3D-Planner is a powerful platform for rural and urban design, development, and real estate planning. Built with CesiumJS technology, it enables users to design and visualize projects while understanding their real-time impact. In addition to urban planning, MGIS 3D-Planner can be used to plan and visualize wind and solar parks, as well as..

    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    MegEngine

    MegEngine

    Easy-to-use deep learning framework with 3 key features

    ...In training, GPU memory usage could go down to one-third at the cost of only one additional line, which enables the DTR algorithm. Gain the lowest memory usage when inferencing a model by leveraging our unique pushdown memory planner. NOTE: MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+/Android 7+(CPU-Only) platforms with Python from 3.5 to 3.8. On Windows 10 you can either install the Linux distribution through Windows Subsystem for Linux (WSL) or install the Windows distribution directly. Many other platforms are supported for inference.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    XTrkCAD Model RR Track Planner

    XTrkCAD Model RR Track Planner

    Model Railway CAD program

    XTrackCAD is a open-source, free, CAD program for designing model railroad layouts. You can easily create layout of any scale or size. Libraries for many brands, scales and gauges of track and turnouts/points and model structures are included. Adding new components is easy with the built-in editor. It runs on Windows, Mac and Linux,
    Leader badge
    Downloads: 458 This Week
    Last Update:
    See Project
  • 17
    WeekToDo

    WeekToDo

    WeekToDo is a Free and Open Source Minimalist Weekly Planner

    WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to-do lists and a calendar. Available for Windows, Mac, Linux or online. WeekToDo is a free and Open Source minimalist weekly planner. With WeekToDo you can start improving your productivity by defining and managing your week and your tasks in an easy and intuitive way.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    main

    main is Ada engineering project writting Ada

    Organizer, Dialogic agent, Comptability, Projects manager, Web search, Planner, Space Fighter (Server+CGI) plain software maket (With paiement) thank. main is developed over Debian 10.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Z-Push Zimbra Backend
    This project provides a zimbra backend for the z-push open source ActiveSync implementation (https://github.com/Z-Hub/Z-Push). It supports push email, and synchronization of contacts, calendar, and tasks between zimbra and ActiveSync enabled devices.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 20

    MPXJ

    Multi platform library to read and write schedule data

    MPXJ is an open source file handling library for Java, .Net and Ruby to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files and databases, Asta Easyplan files, Phoenix Project Manager files, FastTrack FTS files, GanttProject GAN files, TurboProject PEP files, ConceptDraw PROJECT CDPX, CPDZ and CPDTZ files, Synchro Scheduler SP files and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013, 2016 and 2019.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 21
    Skedoff

    Skedoff

    Plan offline. Post when ready. No cloud, no account.

    Skedoff is a privacy-first, offline-first social media content planner for creators who want to write drafts without handing their content to a server they don't control. No account required. No cloud sync. No auto-posting. No analytics. Everything lives on your device. The workflow is simple: Draft → Queue → Published. Write your captions, tag the platform, move them through the flow at your own pace.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Web Contact Manager

    Web Contact Manager

    Web based Contact Manager v1.5.8

    ...As this is not a packaged release, you can get this from the Code tab. Either download a snapshot, or use SVN to get a copy. v1.5.0 New feature is the addition of a simple Events planner. Along with this some improvements to Importing contacts, from either vCard or Excel. Other minor code cleanup, including improved help information.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Obsidian MEDILIG

    Obsidian MEDILIG

    Obsidian MEDILIG (Medical Life Guard) App Local-First Offline-First

    Obsidian MEDILIG (Medical Life Guard): An easy-to-use, flexible, secure, cross-platform medical knowledge management system for patient's Electronic Health Record (EHR) that is built on top of Obsidian software application for the design, implementation and use of autonomous, multilingual, clinical documents from primary care to continuing care.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Kelpie Flight Planner for Flightgear
    The Kelpie Flight Planner for Flightgear. This Java based Gui flight planner uses the airport and navaid databases of the Flightgear, allowing the user to search for airports and navigation aids and plan flights between them. [Note: Requires Java 1.10 or above] This program is no longer being actively developed or supported. All future work is being undertaken on a port to Rust/Gtk at https://github.com/shartrec/kelpie-flight-planner.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Chameleon LLM

    Chameleon LLM

    Codes for "Chameleon: Plug-and-Play Compositional Reasoning

    Discover Chameleon, our cutting-edge compositional reasoning framework designed to enhance large language models (LLMs) and overcome their inherent limitations, such as outdated information and lack of precise reasoning. By integrating various tools such as vision models, web search engines, Python functions, and rule-based modules, Chameleon delivers more accurate, up-to-date, and precise responses, making it a game-changer in the natural language processing landscape. With GPT-4 at its...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB