Showing 49 open source projects for "odm tool exe"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Doctrine JSON ODM

    Doctrine JSON ODM

    An object document mapper for Doctrine ORM using JSON

    An Object-Document Mapper (ODM) for Doctrine ORM leveraging new JSON types of modern RDBMS. Did you ever dream of a tool creating powerful data models mixing traditional, efficient relational mappings with modern schema-less and NoSQL-like ones? With Doctrine JSON ODM, it's now possible to create and query such hybrid data models with ease. Thanks to modern JSON types of RDBMS, querying schema-less documents is easy, powerful and fast as hell (similar in performance to a MongoDB database)! ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    cloveland-batch-to-exe

    A tool for compiling bat files to exes

    This is a tool for converting any batch file and convert to executables. Its not malware and only 17 megabytes (source code was 6 KB)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    PerfView

    PerfView

    PerfView is a CPU and memory performance-analysis tool

    PerfView is a free performance analysis tool that helps isolate CPU and memory-related performance issues. It is a Windows tool, but it also has some support for analyzing data collected on Linux machines. It works for a wide variety of scenarios, but has a number of special features for investigating performance issues in code written for the .NET runtime. If you are unfamiliar with PerfView, there are PerfView video tutorials. Also, Vance Morrison's blog gives an overview and getting...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 4
    PHP Desktop

    PHP Desktop

    Develop desktop GUI applications using PHP, HTML5, JavaScript

    ...In a certain sense phpdesktop acts as a PHP to EXE compiler. It embeds a web browser, a multi-threaded web server and a PHP interpreter. All embedded into a single application, a portable folder that you can easily distribute to end-users by packing it to zip archive or by making an installer for your application. The web server embedded is a custom edition of Mongoose.
    Downloads: 163 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Simple Socket Tool

    Simple Socket Tool

    Application for Server or Client socket/ser. connections (TCP, TLS).

    Application for creating Server or Client socket connections (TCP), and serial connections. Secure client option (TLS 1.2 & 1.3) Possibility to send binary files and a "HEX" mode for send/receive byte values. Handle multiple send areas = easy send different messages. Store the conversation in a binary file. Use the .msi installer on Windows (build-in Java runtime) or Use the .deb installer on Debian-based Linux x86 systems (build-in Java runtime) or use the .exe (Windows) / .jar...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    maXbox5

    maXbox5

    maXbox is a script tool engine, compiler and source lib all in one exe

    The Art of Coding: maXbox is a script tool engine, compiler and source lib all in one exe to design and code your scripts in a shellbook! It supports Pascal, Delphi (VCL), Python (P4D), PowerShell and Java Script (Edge WebView).
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    PyDeloy

    PyDeloy

    PyDeploy – A tool for packaging .py files into .exe files

    Visit website: https://github.com/duyxyz/PyInstallerGUI-PyDeloy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ASL

    ASL

    ExEinfo PE Windows identifier by A.S.L.

    ExEinfo PE Win32 bit identifier by A.S.L. - exe pe checker for packers ,exeprotectors , packer detector with solve hint for unpack . Detect .NET obfuscators, Internal zip ripper exe pe ripper ... VBasicfake sign added. MD5 and SHA1 file calculator. .NET detector , analyze executable. Non executable file detection. Detect Internet behavior for updaters and PUA downloaders.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Video Object Remover – Frame-Accurate

    Video Object Remover – Frame-Accurate

    🎥 A free & open-source Python tool to remove unwanted objects from videos frame-by-frame using brush masking and AI inpainting (OpenCV + FFmpeg). EXE included.

    Video Object Remover – Frame Accurate Edition is a free and open-source desktop application that helps you remove unwanted objects, logos, or watermarks from videos using brush-based masking and AI inpainting. The tool extracts video frames using FFmpeg, lets you mask objects frame-by-frame, and removes them using OpenCV. Built with Python and Tkinter, it features a modern dark-themed GUI, adjustable brush tool, zoom control, and real-time logging. The cleaned video is rebuilt and exported with original quality. Includes a precompiled Windows EXE for normal users (no Python required) and full source code for developers or students. ...
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Seri-Serial Monitor

    Seri-Serial Monitor

    A Serial Terminal in Command Line

    A command-line based serial terminal written in Python. This tool allows you to communicate with devices over a serial port (e.g. Arduino, ESP, Pi Pico, etc.) directly from your Windows command prompt or terminal.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    MyDW

    Collects and copies all required DLL dependencies.

    # MyDW MyDW is a Windows utility that automatically scans executables and libraries to detect all required import dependencies. The tool collects and copies all necessary DLL files into a target directory, allowing applications to run without external system dependencies. This is especially useful for creating portable builds and solving problems with missing DLL files. ## Key Features - Automatically scans EXE and DLL files - Detects all import dependencies - Copies all required DLL files at once - Helps create fully portable applications - Simple and lightweight GUI - Windows only ## Use Cases - Creating portable software distributions - Fixing "missing DLL" errors - Preparing clean application folders - Testing software on fresh systems ## Download - Latest release: https://github.com/exxellengames/MyDW/releases ## Official Website - EN: https://exxellengames.great-site.net/en/ - RU: https://exxellengames.great-site.net/ru/ ## Author exxellengames
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Image to ico Easymode

    Image to ico Easymode

    Image to software icon or favicon made simple

    ...You feed it an image (png, jpg, gif), it will crop it if its not a square, then it will resize and convert it to the correct format. I have support for these: - Windows PC Exe Programs - 16×16, 32×32, 48×48, 256×256 .ico bundled - Website Favicon - 32x32 .ico - Android Phone Apps - 192x192 .png - Progressive Web Apps (PWA) - 512x512 .png I recommend uploading images atleast 512x512px tall/wide, unless you're doing pixel perfect icons and just want an easier 'convert to .ico format' tool. (Source code is included as it is a standalone offline html file that works in any modern web browser.)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    PosturePro

    posture-regulator

    A health tool for all sedentary people sitting in front of their computers all day. Utilizes computer vision to keep track of the users posture and plays an alert when that posture has degraded. The degradation value, time till alert plays, sound effect that plays, etc. are all customizable. Please add the preferred sound alert in the form of a .wav called sound.wav in the root of the exe.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    RSM

    Radiation Spectrum Method : a modal BPM (Beam Propagation Method)

    ...The complex geometry of the component is discretized in a stack of multilayer dielectric waveguides. For Windows, download "RSM_visit_update2.zip" , this file needs the last version of the software be first installed : "RSM VisitSetup2.exe"
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Nativefier

    Nativefier

    Make any web page a desktop application

    Tired of having to search through numerous open tabs on your browser just to view a web page that you regularly view? Make things easier and more convenient for yourself with Nativefier! Nativefier is a command-line tool that easily creates a desktop app for any web site with minimal configuration. It creates an Electron (which uses Chromium under the hood) based native wrapper in an OS executable (.app, .exe, etc) for use on Windows, macOS and Linux. Using Nativefier is absurdly simple. Just type in: nativefier "web site address" to create a native desktop app for your chosen web site, and Nativefier does the rest. ...
    Downloads: 138 This Week
    Last Update:
    See Project
  • 16
    Nativefier Desktop

    Nativefier Desktop

    Make any web page a desktop application

    Nativefier is a command-line tool to easily create a “desktop app” for any web site with minimal fuss. Apps are wrapped by Electron (which uses Chromium under the hood) in an OS executable (.app, .exe, etc) usable on Windows, macOS and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Nativefier

    Nativefier

    Make any web page a desktop application

    Nativefier is a command-line tool designed to create a desktop app for any web site with minimal configuration. Apps are wrapped by Electron (using Chromium under the hood) in an OS executable (.app, .exe, etc) for use on Windows, macOS and Linux. Nativefier will try to determine the app name, and well as lots of other options. If desired, these options can be overwritten.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    Universal-C-Decompiler

    a tool used to convert 32bit executable or assembly files into c code.

    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    edge-TTS-record

    edge-TTS-record

    Tool that can record speech synthesis

    ...The tool includes a small GUI (built with Aardio) and aims to be plug-and-play — after downloading the .exe you can immediately start using it without deep configuration. It is cloud-based in the sense that it relies on Edge’s online TTS service, so internet connection is required; but once recorded, the audio is local.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Kraken tool

    Kraken tool

    Kraken: A multi-platform distributed brute-force password cracking

    ...To upload password lists or dictionaries, upload them to Minio Console at localhost:9001. View the steps explained for a detailed guide Otherwise, you can generate word lists dynamically using crunch. Window EXE portable client needs to run in the folder with its hashcat dependencies. Hashcat files can be downloaded from their home page.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 21
    EmuSAK UI

    EmuSAK UI

    Download saves or mods for Nintendo Switch emulators

    EmuSAK-ui is a graphical mod for EmuSAK. This is a tool to manage your switch emulators, such as downloading saves or mods. Just go to the releases page and download the latest build for your OS. Only on Windows there is an auto-update feature. Install the software by executing the .exe file. Afterwards, you can remove the software like any other program on your computer. Download the .deb file, then install it with sudo dpkg -i .
    Downloads: 135 This Week
    Last Update:
    See Project
  • 22
    Gooey

    Gooey

    Turn Python command line programs into a full GUI application

    Gooey is a tool for transforming command line interfaces into beautiful desktop applications. It can be used as the frontend client for any language or program. Whether you've built your application in Java, Node, or Haskell, or you just want to put a pretty interface on an existing tool like FFMPEG, Gooey can be used to create a fast, practically free UI with just a little bit of Python (about 20 lines!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WindowsSoftwares

    WindowsSoftwares

    Windows Development

    This Project holds tools and Software for Windows.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 24

    Axys Idle Closer

    Share Axys license seats more efficiently.

    ...However, if the user does not respond then Axys is automatically closed, unless the user has an unsaved file open, then Axys will display a 'save changes' dialog and it will stay open. AxysCloser displays staff currently using Axys. It detects if axys32.exe or rep32.exe is running on the local machine, and if so then it creates a token file in the Axys root directory, which is detected by other users running AxysCloser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Py-Cam

    Py-Cam

    Capture Image of Front Webcam || Just Sending A Link

    This tool help to you grabs images of any OS Devices by just sending a link. In this, a javascript code usage a MediaDEvices.getUserMediia() which help to grab photo. This tool develop using python which only work on windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next