Open Source CoffeeScript Software for Windows

CoffeeScript Software for Windows

View 25701 business solutions

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

  • 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
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Chrome Enterprise's advanced, built in security helps IT teams prevent breaches before they happen.
    Download Chrome
  • 1
    SwitchyOmega

    SwitchyOmega

    Manage and switch between multiple proxies quickly and easily

    Manage and switch between multiple proxies quickly & easily. The project is available as a Chromium Extension. You can try it on Chrome Web Store, or grab a packaged extension file (CRX) for offline installation on the Releases page. This project contains a PAC generating module called omega-pac, which handles the profiles model and compile profiles into PAC scripts. This module is standalone and can be published to npm when the documentation is ready. The folder omega-target contains browser-independent logic for managing the options and applying profiles. Every public method is well documented in the comments. Functions related to browser are not included, and shall be implemented in subclasses of the omega-target classes. omega-web is a web-based configuration interface for various options and profiles. The interface works great with omega-target as the back-end.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    4chan X

    4chan X

    Adds various features to anonymous imageboards

    4chan-X is a userscript and browser extension that enhances the browsing experience on the imageboard 4chan. It introduces numerous features such as inline post expansion, quick reply boxes, thread watching, and customizable filtering to streamline navigation and participation. The tool allows posts and threads to be hidden or highlighted based on keywords, IDs, or poster attributes, giving users more control over the content they see. It also provides auto-updating of threads, inline image expansion, and keyboard shortcuts to improve efficiency for heavy users. The extension is highly configurable, offering theme options, interface tweaks, and feature toggles so individuals can tailor the experience to their preferences. Over time, 4chan-X has become the de facto enhancement suite for users who want more functionality and usability beyond the default 4chan interface.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    Trix

    Trix

    A rich text editor for everyday writing

    A rich text editor for everyday writing. Compose beautifully formatted text in your web application. Trix is an editor for writing messages, comments, articles, and lists—the simple documents most web apps are made of. It features a sophisticated document model, support for embedded attachments, and outputs terse and consistent HTML. Trix is an open-source project from Basecamp, the creators of Ruby on Rails. Millions of people trust their text to Basecamp, and we built Trix to give them the best possible editing experience. Most WYSIWYG editors are wrappers around HTML’s contenteditable and execCommand APIs, designed by Microsoft to support live editing of web pages in Internet Explorer 5.5, and eventually reverse-engineered and copied by other browsers. Trix complete control over what happens after every keystroke, and avoids the need to use execCommand at all.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Dispatch-Proxy

    Dispatch-Proxy

    Combine internet connections, increase your download speed

    dispatch-proxy is a Node.js tool that exposes a local proxy and distributes outgoing connections across multiple network interfaces to combine bandwidth for parallel transfers. Instead of trying to accelerate a single TCP flow, it improves aggregate throughput by load-balancing many connections—useful for download managers, package managers, or browsers that open multiple requests at once. It can bind new outbound sockets to different interfaces, letting a machine take advantage of Wi-Fi and Ethernet (or multiple uplinks) simultaneously. The utility runs as a simple proxy endpoint, so existing applications can benefit without code changes by pointing their traffic to it. Configuration is intentionally straightforward, making it easy to test with real-world workloads and see the effect on multi-connection downloads. While it won’t speed a single large stream, it’s a practical way to squeeze more total bandwidth out of multiple links in everyday use.
    Downloads: 3 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
    mo · js

    mo · js

    The motion graphics toolbelt for the web

    mo · js is a javascript motion graphics library that is fast, retina-ready, modular, and open source. In comparison to other libraries, it has a different syntax and code animation structure approach. The declarative API provides you a complete control over the animation, making it customizable with ease. The library provides built-in components to start animating from scratch like HTML, shape, swirl, burst, and stagger, but also brings you tools to help craft your animation in the most natural way. Using mo · js on your site will enhance the user experience, enrich your content visually, and create delightful animations precisely.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    CoffeeScript

    CoffeeScript

    Unfancy JavaScript

    CoffeeScript is a lightweight programming language that compiles into JavaScript. It adds syntactic sugar inspired by Ruby, Python, and Haskell to improve brevity and readability, while producing predictable and efficient JavaScript output. Its design emphasizes that “It’s just JavaScript,” meaning any JS library works seamlessly, and compiled output is clean and performant. Adds syntactic sugar like list comprehensions and destructuring assignment. Supports literate programming via .litcoffee or Markdown-embedded files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Docco

    Docco

    Literate Programming can be Quick and Dirty

    Docco is a documentation generator by Jeremy Ashkenas that embraces the literate-programming style: it takes your source code and produces annotated HTML documentation that shows your comments side-by-side with your code. The idea is to read code like a book — commentary on one side, code on the other — which helps reviewers and learners understand intent and implementation simultaneously. It supports many languages (via configuration) and is intentionally quick and dirty, prioritizing lightweight output rather than heavy tooling. For teams that favour documentation that stays close to the codebase (rather than entirely separate docs), Docco offers a pragmatic route to keep documentation aligned with implementation. Because the output is browser-readable, it can live in your repository or website and be regenerated easily. It’s particularly useful for open-source projects, teaching code, or scaffolding codebases where reader orientation matters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Literally Canvas

    Literally Canvas

    A canvas in your browser

    Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing widget. Its only dependency is React.js. You can use it to embed drawing boards in web pages. It’s kind of like an extensible MS Paint in JavaScript. Users can sketch drawings and you can do what you like with the results. comes with an easy-to-use jQuery plugin. It’s developed by the community for many purposes and is free to use and extend. Literally Canvas is intended to live inside your application in the way that works best for you. There is a public API for adding new shapes and tools. Literally Canvas is optimized to work with complex drawings, and it smooths lines naturally to avoid the unsightly line angles often seen in simplistic drawing programs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Shadowsocks-GUI

    Shadowsocks-GUI

    Shadowsocks GUI client

    Shadowsocks GUI client provides a graphical interface for configuring and running Shadowsocks, an encrypted proxy, on desktop systems. For Windows, upgrade to Shadowsocks for Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 10
    jQuery.payment

    jQuery.payment

    Library for building credit card forms and validating inputs

    Created by Stripe and archived on GitHub, jquery.payment is a small jQuery plugin that formats credit card inputs—numeric grouping, expiry dates, CVC—as you type and validates card numbers, expiry, and CVC with client-side checks. While deprecated in favor of Stripe Elements, it remains useful for legacy implementations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Butterfly

    Butterfly

    A web terminal based on websocket and tornado

    Butterfly is a web-based, xterm-compatible terminal emulator written in Python, leveraging WebSockets and Tornado to allow users to access and interact with a terminal via their browser without plugins, featuring robust theming, multi-session support, browser-native features, and security mechanisms. Native browser scroll and search. Theming in css / sass (20 preset themes) endless possibilities. HTML in your terminal! cat images. Multiple sessions support (à la screen -x) to simultaneously access a terminal from several places on the planet. Secure authentication with X509 certificates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    CloudTunes

    CloudTunes

    Web-based music player for the cloud

    CloudTunes is a web application that turns cloud and online sources into an iTunes-like music experience you can access in the browser. It focuses on pulling tracks from services such as YouTube or storage backends and organizing them into searchable libraries and playlists. The interface is built to feel familiar to desktop music players, with queue management, dynamic search, and metadata views that make large collections manageable. Because playback runs in the browser, you can use it from any machine without installing a native client, and the server component coordinates indexing and streaming. Multiuser support and shareable playlists make it useful for small groups who want a central, always-available jukebox. The project showcases how open web technologies can be combined to provide a smooth, portable music app that users can self-host and customize.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    JSON-Diff

    JSON-Diff

    Structural diff for JSON files

    json-diff is a command-line tool (and library) that computes differences between two JSON documents in a user-friendly manner. It highlights additions, deletions, and modifications in nested JSON structures, showing context so users can see where changes occurred. The output is presented in a readable diff style (text, colorized, or in various output formats) so developers can quickly understand changes between two versions of a JSON file. The tool also supports ignoring order in arrays, skipping certain paths, and configuration options so it can adapt to different JSON schemas or tolerance levels. Because JSON is ubiquitous in APIs, configs, and data interchange, json-diff is particularly handy for developers, devops, and QA to compare API responses or configuration states. It is designed to be lightweight and embeddable so it can be used both interactively and in scripts or CI pipelines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    PlatformIO Atom IDE Terminal

    PlatformIO Atom IDE Terminal

    A terminal package for Atom, complete with themes, API and more

    The PlatformIO Atom IDE Terminal is a lightweight terminal package for the Atom editor that embeds a native shell right inside the editor UI. It provides a familiar terminal experience—shell history, colors, and interactive programs—without switching windows, which streamlines workflows when building, flashing, or debugging embedded firmware from PlatformIO or other toolchains. The integration supports multiple terminal tabs, configurable shells, and user-defined startup commands so each project pane can pre-load environment variables or virtualenvs. Because embedded development often requires frequent command-line interactions (builds, serial monitors, log watchers), having the terminal adjacent to code and the project tree significantly reduces context switching. The package is intentionally minimal and focuses on stability and responsiveness rather than trying to replace full-featured terminal emulators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Roots

    Roots

    A toolkit for rapid advanced front-end development

    Roots is a CoffeeScript-based toolkit designed to speed up front-end and static site development. It functions as a fast, flexible static site generator but also offers MV* integration with frameworks like Backbone or Angular. Roots comes with extensible pipelines, asset compilation, template engines (Jade, etc.), live reloading, server integration, and plugin support. Widely used in production, it's maintained actively and is MIT-licensed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Squel

    Squel

    SQL query string builder for Javascript

    Squel is a JavaScript library for fluent and safe SQL query string building, usable both in Node.js environments and in the browser. Works in Node.js and in the browser. Supports the standard SQL queries: SELECT, UPDATE, INSERT, and DELETE. Supports non-standard commands for popular DB engines such as MySQL. Supports parameterized queries for safe value escaping. It can be customized to build any query or command of your choosing. Uses method chaining for ease of use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    YakYak

    YakYak

    Desktop chat client for Google Hangouts

    Yakyak is an open-source, unofficial Hangouts desktop client built in CoffeeScript and Electron/Node.js. It emulates an iOS device to connect to Google Hangouts APIs, enabling messaging, status indicators, and notifications on Windows, macOS, and Linux—eliminating the need for a Chrome-based Hangouts app.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    APM (Atom Package Manager)

    APM (Atom Package Manager)

    Atom Package Manager

    APM is the command-line package manager built specifically for the Atom editor; it functions as a thin, Atom-aware wrapper around npm that handles installing, publishing, and managing Atom packages. Unlike a typical npm install, APM installs packages into Atom’s package directory and applies Atom-specific defaults and lifecycle hooks so community packages behave consistently inside the editor. It also exposes commands to publish packages to the Atom ecosystem and to fetch package metadata, making it the standard developer tool for creating and distributing Atom extensions. The tool is designed to be simple and scriptable so package authors can automate builds, test installs, and CI workflows. Because it integrates closely with Atom’s expectations (package locations, service activation, etc.), using APM simplifies the developer experience compared with manually managing package folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Activate Power Mode

    Activate Power Mode

    Atom package - Activate POWER MODE to write your code in style

    Activate Power Mode is an Atom plugin that adds playful visual and audio effects—particle trails, screen shaking, combo counters—when coding at speed. Inspired by Code in the Dark’s “power mode”, it enhances typing flow, with customizable thresholds and combo modes to moderate effect frequency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Aglio

    Aglio

    An API Blueprint renderer with theme support that outputs static HTML

    Aglio is a renderer for API Blueprint documents (Markdown‑based API description format), producing static HTML documentation with theme support. It functions as both a command‑line executable and a Node.js library, allowing integration into pipelines or live-preview workflows. An API Blueprint renderer that supports multiple themes and outputs static HTML that can be served by any web host. API Blueprint is a Markdown-based document format that lets you write API descriptions and documentation in a simple and straightforward way. Currently supported is API Blueprint format 1A. Fast parsing thanks to Protagonist. Support for custom colors, templates, and theme engines. Include other documents in your blueprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Angular Google Maps

    Angular Google Maps

    AngularJS directives for the Google Maps Javascript API

    Angular Google Maps is a set of AngularJS directives written in CoffeeScript and JavaScript for integrating Google Maps into AngularJS applications. This will generate source maps for development (angular-google-maps_dev_mapped.js) (non minified) and source maps to minified (angular-google-maps_dev_mapped.min.js) files. They each have their own corresponding map files. To get the coinciding source files you will need to copy the generated /tmp directory (currently not under scc). If you plan to hack on the directives or want to run the example, first thing to do is to install NPM dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Angular Masonry

    Angular Masonry

    An AngularJS directive for Masonry

    Angular‑Masonry is an AngularJS directive that seamlessly wraps Desandro’s Masonry layout library. It enables dynamic, Pinterest-style grid layouts in your AngularJS apps. Bricks automatically reposition as items load, with optional image‑loaded detection to prevent overlaps. It’s easily installed via npm or Bower and supports custom selectors and Masonry options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Apparatus

    Apparatus

    A hybrid graphics editor and programming environment

    Apparatus is a browser-based visual editor and programming environment that streamlines building interactive diagrams. Users draw shapes, flows, constraints, and attach behavior code-side. It combines visual design with real code, supporting live demos, exports, and embedding. Created by CDG Labs, it helps build educational and exploratory tools quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    At.js

    At.js

    Add Github like mentions autocomplete to your application

    At.js is a lightweight jQuery plugin that enables @mention-style autocomplete functionality within text inputs or contenteditable areas. It allows developers to bind actions to character triggers (like @ or #) and display suggestion dropdowns with customizable behavior. The plugin is especially useful for building social platforms, chat apps, or collaborative editors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Atom Beautify

    Atom Beautify

    Universal code formatting plugin

    atom‑beautify is a universal code formatting plugin for the Atom text editor, offering support for numerous languages and formatter engines to clean or prettify source code. Many users are experiencing issues when installing third-party beautifiers (e.g., Uncrustify, PHP-CS-Fixer, and many more). A possible solution is a "cloud" service that provides remote access to these beautifiers. Atom-Beautify would then communicate with these services, allowing for zero-installation beautification. Some of the supported beautifiers are developed for Node.js and are automatically installed when Atom-Beautify is installed. However, other beautifiers are command-line interface (CLI) applications and require you to manually install them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next