Showing 208 open source projects for "erd-commander"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    Cloud Commander

    Cloud Commander

    Cloud Commander file manager for the web with console and editor

    Cloud Commander is a file manager for the web. It includes a command-line console and a text editor. Cloud Commander helps you manage your server and work with files, directories and programs in a web browser from any computer, mobile or tablet. Can be used local or remotely. Adapts to screen size. 3 built-in editors with support of syntax highlighting: Dword, Edward and Deepword.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Desktop Commander MCP

    Desktop Commander MCP

    AI-powered MCP server for desktop file and terminal automation

    Desktop Commander MCP is an advanced Model Context Protocol server designed to extend AI assistants with direct control over a user’s local machine, including the file system and terminal. It integrates with clients like Claude Desktop to enable AI-driven workflows such as editing files, executing commands, and automating development tasks from a single conversational interface.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    USB TTY interface intended for use with an Arduino Nano. A very simple protocol is used to to reduce the byte traffic to the absolute minimum required. 257 symbols are used with byte values 0x00 to 0xFD to send data values 0x00 to 0xFD. 0xFF is used as the start character. Byte pair, 0xFE, 0xFD is used for data value 0xFF and byte pair 0xFE, 0xFE is used for data value 0xFE. The byte following the start character points to a function which will receive the data and run. A lookup table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 6,078 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    DBeaver

    DBeaver

    Free universal database tool

    ...It is useful for developers, SQL programmers, database administrators and analysts. DBeaver comes with plenty of great features such as metadata and SQL editors, ERD, data export/import/migration and more. Plugins are available for certain databases, and there are also several database management utilities. DBeaver’s Enterprise Edition provides even more features and supports non-JDBC datasources.
    Downloads: 193 This Week
    Last Update:
    See Project
  • 6
    ERAlchemy

    ERAlchemy

    Entity Relation Diagrams generation tool

    ERAlchemy is a tool that generates Entity-Relationship (ER) diagrams from databases or SQLAlchemy models and vice versa. It’s useful for database documentation, reverse engineering, and understanding complex schemas. ERAlchemy can export diagrams in formats like Graphviz and Mermaid, making it easy to include in reports or markdown files.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    erd

    erd

    Translates a plain text description of a relational database schema

    ...The visualization is produced by using Dot with GraphViz. There are limited options for specifying color and font information. Also, erd can output graphs in a variety of formats, including but not limited to: pdf, svg, eps, png, jpg, plain text and dot. In case one wishes to have a statically linked erd as a result, this is possible to have by executing build-static_by-nix.sh: which requires the nix package manager to be installed on the building machine. NixOS itself is not a requirement.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    XMage

    XMage

    Magic Another Game Engine

    ...You can also find custom sets like Star Wars. All regular sets have nearly all implemented cards. It supports single matches and tournaments with dozens game modes like duel, multiplayer, standard, modern, commander, pauper, oathbreaker, historic, freeform and much more. Local server supports a special test mode for testing combos and other game situations with pre-defined conditions. There are public servers where you can play XMage against other players. You can also host your own server to play against the AI and/or your friends. Supports special formats like Commander (up to 10 players), Oathbreaker, Cube, Tiny Leaders, Super Standard, Historic Standard and more.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    Entity relation diagrams generator

    Entity relation diagrams generator

    Entity Relation Diagrams generation tool

    ...Some tests require a local postgres database with a schema named test in a database named test all owned by a user named postgres with a password of postgres. ERAlchemy was inspired by erd, though it is able to render the ER diagram directly from the database and not just only from the ER markup language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Cobra

    Cobra

    A Commander for modern Go CLI interactions

    Cobra is a library for creating powerful modern CLI applications, and at the same time a program to generate applications and command files. It provides a simple interface for creating powerful CLI interfaces, and will also generate application scaffolding so you can quickly develop your Cobra-based application. This scaffolding includes easy subcommand-based CLIs, fully POSIX-compliant flags, global, local and cascading flags, among many others. The structure of Cobra is based on...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    SQL*Plus Commander

    SQL*Plus Commander

    Text-based user interface to query data on Oracle DB in a smart way

    SQL*Plus Commander is Text-based user interface (TUI) / framework to query data on Oracle DB in a smart way. It consists in a fully customizable script shell for bash and ksh. It executes custom queries or procedures on DB with SQLPlus for Oracle. The results of queries can be browsed in a colorful text interface resulting data from a query can be selected and passed dinamically as parameters for others queries or procedures It may be useful for people who runs frequently a limited number of query and uses the results as parameters for other queries. ...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 12
    Inquirer.js

    Inquirer.js

    A collection of common interactive command line user interfaces

    ...Inquirer.js should ease the process of providing error feedback, asking questions, parsing input, validating answers, and managing hierarchical prompts. Inquirer.js provides the user interface and the inquiry session flow. If you're searching for a full blown command line program utility, then check out commander, vorpal or args. Create a self contained inquirer module. If you don't want to affect other libraries that also rely on inquirer when you overwrite or add new prompt types. Internally, Inquirer uses the JS reactive extension to handle events and async flows. This mean you can take advantage of this feature to provide more advanced flows. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    ConWC is a console game based on the Wing Commander games from Origin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TK-Rescue

    TK-Rescue

    TK-Rescue - Debian basiertes Live-Linux Rettungsmedium

    Aktuelle Version: 1.1 - basiert auf Debian 13 "Trixie", Kernelversion 6.12.38
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    Larsen Commander for OS/2 - git

    GUI File Manager and Command Shell for OS/2 - ArcaOS

    First class, powerful, flexible and user friendly GUI file manager and command shell for OS/2 - ArcaOS. A Windoze (95 and up) version is also available. It makes your daily file management more productive. Copy, move, rename, delete, browse and edit your files of any types easily. Especially useful for programmers, system administrators and power users that need more control of their system than is possible to achieve by the WPS or Explorer. This is the projects home page for the current...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    xfe

    xfe

    A lightweight file manager for X

    X File Explorer (Xfe) is an MS-Explorer like file manager for X. It is based on X Win Commander, which was developed by Maxim Baranov. Xfe aims to be the file manager of choice for people who are looking for a fast and light graphical file manager on Unix systems.
    Leader badge
    Downloads: 235 This Week
    Last Update:
    See Project
  • 17
    Linux Kodachi 9

    Linux Kodachi 9

    Secure open source Linux distribution

    A minimal, terminal-only live ISO based on Debian 13 (Trixie) crafted for two critical missions: bulletproof testing of the full Kodachi toolchain and operating as a dedicated SOCKS proxy gateway for your network. Built for power users, hardened servers, and elegant headless deployments. https://www.kodachi.cloud/wiki/bina/terminal-version.html https://www.kodachi.cloud/wiki/bina/index.html
    Leader badge
    Downloads: 3,010 This Week
    Last Update:
    See Project
  • 18
    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server implements multiple spam filters

    The Anti-Spam SMTP Proxy (ASSP) Server project aims to create an open source platform-independent SMTP Proxy server which implements auto-whitelists, self learning Hidden-Markov-Model and/or Bayesian, Greylisting, DNSBL, DNSWL, URIBL, SPF, SRS, Backscatter, Virus scanning, attachment blocking, Senderbase and multiple other filter methods. Click 'Files' to download the professional version 2.8.1 build 24261. A linux(ubuntu 20.04 LTS) and a freeBSD 12.2 based ready to run OVA of ASSP V2 are...
    Leader badge
    Downloads: 40,597 This Week
    Last Update:
    See Project
  • 19
    Mingro

    Mingro

    Old-school 2D game engine

    An old-school game engine, much like good old ID and Apogee games as Duke Nukem, Commander Keen and Biomenace, slightly inspired by Diana Gruber's "Action Arcade Adventure Set". Made with Allegro.pas and programmed in Pascal.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Java 2D & 3D visual entity relationship design & modeling (ERD,SQL) for Oracle,MSSQL,Postgres,MySQL,...,Database change&dictionary management, Swing Data Binding, Apache FOP Renderer for dot matrix printers,Sparx Enterprise Architect Reports + more
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    F-Void

    Fork of Linux Void

    F-Void (Fork of Void) is a mild modification of Void Linux, its main differences are these: -You can choose the CLI installer or the Calamares installer -It comes with 3 desktop types (LXQT, CDE and icewm). -Changed Firefox to Libre Wolf, Brave and otter-browser-1.0.81_1 -Brought as an alternative manager to Midnight commander, double.commander-1.0.6beta.rev-120_1 -The jdownloader-2_2 is integrated in the system. -Text editors include these four: xed-editor-3.2.4_1, FeatherPad-1.3.0_1 , Leafpad and Notepadpp -It already comes with the latest version of Wine. -For p2p it comes with the latest version of Amule and transmission-bt uses the QT version...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 22
    PHP File Manager

    PHP File Manager

    phpFileManager a complete filesystem management tool on a single file.

    ...You can learn, copy and use them on your own projects. Help the project with a donation: Will allow the view of two phpFileManager from diferent URLs on the same screen. Like MC (Midnight Commander) does. https://www.dulldusk.com/product/donation-for-phpfilemanager/
    Downloads: 28 This Week
    Last Update:
    See Project
  • 23

    Commander

    The Future. Commander Proxy.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    TP-LINK WR740/741N 16M FLASH

    TP-Link WR740/741 version 4.xx, upgraded with 16MB spi flash OpenWRT

    TP-Link WR740/741 version 4.xx, upgraded with 16MB (original is 4MB) spi flash and make and install OpenWRT version 22.03.3 and other software (Squid proxy, htop, Midnight commander, Dual WAN support, Load balancer, AdGuard, Wireless Shedule, OpenVPN Client and others. Original source: https://openwrt.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB