Open Source Erlang Software for Windows - Page 3

Erlang Software for Windows

View 25706 business solutions

Browse free open source Erlang Software for Windows and projects below. Use the toggles on the left to filter open source Erlang Software for Windows by OS, license, language, programming language, and project status.

  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    Vundle.vim

    Vundle.vim

    Vundle, the plug-in manager for Vim

    Vundle.vim is one of the original plugin managers for Vim, designed to make discovering, installing, and updating plugins as simple as editing your vimrc. It uses a declarative, Git-backed approach where each plugin is listed as a line, and Vundle takes care of cloning and wiring it in. The interactive interface supports searching for plugins from inside Vim, which lowers the barrier to exploring the ecosystem. Its core model emphasizes repeatability: your vimrc is the source of truth, making your setup easy to share across machines or teams. Vundle also provides commands to clean out unused plugins and to update all dependencies with a single keystroke. While newer managers exist, Vundle remains a straightforward, battle-tested choice that many guides and dotfiles still rely on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Workflow Execution Engine

    High performance workflow with strong support for parallel tasks

    The Workflow Execution Engine (WEE) is a domain specific language created by the University of Vienna in Austria. The primary goals of the language are to provide a simple, lightweight, and powerful alternative to existing workflow specifications. This project contains an implementation of this language using the Erlang programming language. Please see the project Wiki for more detailed information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An Excel addin and server framework for implementing remote excel user-defined functions (UDFs). This framework is designed to provide a centralised warehouse of functions for Excel users (eg. within an organisation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    XP Dojo is a place where Extreme Programming teams assemble to practice their art.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Zotonic

    Zotonic

    The Erlang Web Framework & CMS

    Zotonic is the content management system and framework for semantic data and high-connectivity websites. Your data outlives your website. Grow your data and share your data. The Zotonic content management system excels in managing structured data from multiple sources. It brings structure to your documents and makes semantic data manageable for normal humans. Real-time connectivity is deeply integrated using the Internet of Things publish/subscribe protocol MQTT. You can rapidly develop CMS-based sites on top of Zotonic. If you need more flexibility, you can customize all aspects of Zotonic. The included web server means can start working with Zotonic right away, without the need for installing Apache or Nginx separately. Zotonic is structured into modules. Each module offers a specific piece of functionality; the CMS is itself a module. There are modules for access control, social media integration, TLS, video embeds and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AA4MM (agents and artefacts for multi-modelling and simulation coupling).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AMNESIA is an Erlang library providing an abstraction layer for interfacing relational DBMSs. It allows designers to integrate relational databases in Erlang programs using native Erlang types and language constructs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    clErlang
    OpenCL binding for Erlang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A stress builder written in erlang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    A high-level framework for web-based community development of web applications. The code is released under the Erlang Public License - the same license which is used for Erlang/OTP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An Eclipse-based IDE for Erlang http://www.erlang.org, a concurrency-oriented language developed by Ericsson. The project is now hosted at https://github.com/erlang/erlide_eclipse Please install/update from http://download.erlide.org/update
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An logging application for erlang platform. The key features - 1> Very easy to use and configure. 2> Runtime configurable. 4> Multiple log levels - emergency, alert, critical, error, warn, notice, info, debug, console 5> syslog support (RFC-3164)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ermdia is a yet another implementation of Kademlia, which is one of the algorithm of ditributed hash table (DHT), in Erlang. This software is lightweight, fast and easy to understand since an amount of source code is quite small.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    hackney

    hackney

    simple HTTP client in Erlang

    hackney is an HTTP client library for Erlang. No message passing (except for asynchronous responses): response is directly streamed to the current process and state is kept in a #client{} record. Binary streams, SSL support, keepalive handling, basic authentication. Stream the response and the requests, fetch a response asynchronously, multipart support (streamed or not), and chunked encoding support. It can send files using the sendfile API. Optional socket pool, REST syntax, hackney, Method(URL) (where a method can get, post, put, delete, ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    kai

    Kai is a distributed key-value datastore

    Kai is a distributed key-value datastore mainly inspired by Amazon's Dynamo. It brings high scalability and availability to your Web sites. You can manage variety of contents with Kai, as if Dynamo stores shopping carts, catalogs, and so forth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    maven-erlang-plugin
    A Maven plugin for Erlang/OTP applications. This project is a rewrite of maven-erlang, by Paul Guyot and Olivier Sambourg with improved support for compilation, testing and release packaging as well as EDoc reporting and test coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    rel-erl

    rel_erl is a lightweight relational in-memory database for Erlang.

    Features 1. Data rows are stored in the process dictionary. 2. Unique and referencial constraints are enforced. 3. There can be more than one index per table. 4. One-to-many joins are fast and easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SERVAL: An Erlang client/server software to emulate VLANS over Internet. SERVAL is a software switch to create VLANS and connect a machine to a different LAN from the one its network card is actually connected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a wiki server enabling the public to edit not just the text pages, but the programming behind them. The prototype is written in Erlang with a built-in Scheme interpreter to run user's code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    wxErlang is an Erlang binding to the C++ GUI library wxWidgets. It is now included in the erlang distribution, and this project is no longer updated here. See erlang.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Yaws is a small fast and beautiful HTTP 1.1 webserver with excellent support for generating dynamic content. Yaws has been moved to github. http://github.com/klacke/yaws/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    z-utalm

    z-utalm

    Unified Test and Logging layer for multiple programming languages

    Modern software systems and application are commonly written in multiple languages, include scripting engines, and are frequently build on multiple specialized frameworks and middleware for a considerable diversity of runtime environments. The latest influencing update in development paradigm is the application of multicore processors. This projects is aimed to unify the required trace and logging output and integrate into debugging environments. The target is to provide general development, test, and production support of software environments based on multiple programming languages for distributed multicore environments.
    Downloads: 0 This Week
    Last Update:
    See Project