Open Source CoffeeScript Software

CoffeeScript Software

Browse free open source CoffeeScript Software and projects below. Use the toggles on the left to filter open source CoffeeScript Software 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

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    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: 15 This Week
    Last Update:
    See Project
  • 2
    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: 12 This Week
    Last Update:
    See Project
  • 3
    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: 6 This Week
    Last Update:
    See Project
  • 4
    VimFx

    VimFx

    Vim keyboard shortcuts for Firefox

    VimFx brings Vim-inspired navigation and command mode to Firefox via WebExtensions. It allows users to control the browser with keyboard shortcuts (h/j/k/l), open tabs, follow links, find text, and execute commands—all without a mouse. It mimics Vim’s Normal/Insert modes, enabling power users to browse efficiently. It is open-source and integrates seamlessly with Firefox.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5
    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: 4 This Week
    Last Update:
    See Project
  • 6
    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: 3 This Week
    Last Update:
    See Project
  • 7
    Dynamics.js

    Dynamics.js

    Javascript library to create physics-based animation

    Dynamics.js is a JavaScript library to create physics-based animations. You can animate CSS properties of any DOM element. You also can animate SVG properties. And any JavaScript object. Dynamics.js has its own setTimeout. The reason is that requestAnimationFrame and setTimeout have different behaviors. In most browsers, requestAnimationFrame will not run in a background tab while setTimeout will. This can cause a lot of problems while using setTimeout along your animations. I suggest you use Dynamics's setTimeout and clearTimeout to handle these scenarios. Toggle a debug mode to slow down every animations and timeouts. This is useful for development mode to tweak your animation. This can be activated using Shift-Control-D in the browser.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    The Magic of CSS

    The Magic of CSS

    A CSS course to turn you into a magician

    Magic of CSS is an open source educational project by Adam Schwartz that explores advanced CSS concepts through practical lessons. It is structured as a series of chapters that cover topics like the box model, layouts, positioning, typography, and animations. The repository is designed to go beyond basic CSS tutorials, teaching how to harness the language for complex, responsive, and visually appealing designs. Each lesson is supported by examples and code that demonstrate real-world use cases. The project emphasizes both the technical and creative potential of CSS, showing how small details can greatly improve user experience. It has become a valuable reference for developers aiming to deepen their front-end skills.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    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: 3 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10
    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: 2 This Week
    Last Update:
    See Project
  • 11
    Chosen

    Chosen

    jQuery plugin that makes select boxes more user-friendly

    Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Chosen automatically highlights selected options and removes disabled options. Chosen automatically sets the default field text ("Choose a country...") by reading the select element's data-placeholder value. If no data-placeholder value is present, it will default to "Select an Option" or "Select Some Options" depending on whether the select is single or multiple. You can change these elements in the plugin js file as you see fit.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Greenscreen

    Greenscreen

    A digital signage solution using the Web and Chromecast devices

    Greenscreen is a lightweight “wallboard” app meant to turn a browser or kiosk into a live dashboard for teams. It focuses on displaying one or more web pages or widgets full-screen, cycling through them on a timer so an office TV can show build status, metrics, incident pages, or any internal site without manual tab juggling. Configuration is straightforward: define a playlist of URLs, the rotation interval, and a few presentation options, then point a dedicated device at it. Because it’s just the web at heart, it integrates easily with whatever monitoring or analytics tools you already use. The project emphasizes reliability and simplicity over heavy features, so you can leave it running unattended for long stretches. It’s popular in engineering rooms and support centers where at-a-glance visibility is more important than complex interaction.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    pushd

    pushd

    Blazing fast multi-protocol mobile and web push notification service

    pushd is a shell utility (or shell snippet) that simplifies navigation in command-line environments by maintaining a stack of directories. Instead of manually changing directories, users can “push” into a new directory, automatically storing the current directory on a stack, then later “pop” back to it. This allows users to temporarily jump into deep folder hierarchies, do work, and then quickly return to previous contexts without needing to type long cd paths. The tool also supports listing the directory stack so you can see your navigation history and pick which directory to return to. It is especially useful in workflows involving nested file structures, multiple project layers, or frequent context switching across directories. pushd is often built into or emulated in shells (like bash, zsh) but this project wraps or enhances that behavior in a convenient, portable manner.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17
    Aurora.js

    Aurora.js

    JavaScript audio decoding framework

    Aurora.js is a JavaScript framework that simplifies audio decode pipeline implementation—covering source, demux, decode, and playback stages. It provides high-level APIs for inspecting and playing audio, supports plugins for decoders (MP3, AAC, FLAC), works in browser and Node.js (via Browserify), and abstracts browser audio APIs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Browser diet

    Browser diet

    The definitive front-end performance guide

    Browser diet is a community-driven front-end performance guide presented as a fun, colorful website that explains how to make web pages faster and “lighter.” It collects advice from experienced front-end developers and organizes it into practical sections covering HTML, CSS, JavaScript, images, server configuration, and general best practices. The project was built as a static site powered by DocPad, with content written in Markdown and translated into multiple languages, making it accessible to a global audience. Its tone is intentionally playful (with a “diet” metaphor for trimming page weight) to make performance optimization less intimidating and more approachable. The repository provides the full source of the site, including styles, content, and build pipeline so others can run it locally or fork it to create customized guides. Even though it is not a tool or library, browser-diet has been influential as an educational resource that demystifies front-end performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    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: 1 This Week
    Last Update:
    See Project
  • 20
    DocPad

    DocPad

    Empower your website frontends with layouts and meta-data

    DocPad is a dynamic static site generator built on Node.js that streamlines web development by allowing use of layouts, meta‑data, templating preprocessors (Markdown, Jade, CoffeeScript, etc.), partials, skeletons, file‑watching, querying, and a rich plugin system for building powerful static sites quickly. Completely file based, meaning there are no pesky databases that need to be installed, and for version control you get to use systems like Git and SVN, which you're already used to. Write your documents in any language, markup, templating engine, or pre-processor you wish (we're truly agnostic thanks to your plugin system). You can even mix and match them when needed by combining their extensions in a rails-like fashion.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    Node RTSP RTMP Server

    Node RTSP RTMP Server

    RTSP/RTMP/HTTP hybrid server

    This project is a streaming media server built on Node.js that supports both RTSP (Real Time Streaming Protocol) and RTMP (Real Time Messaging Protocol). It enables users to set up a lightweight streaming infrastructure for delivering live video or audio across networks without relying on heavy external servers. By implementing these protocols in Node.js, it offers easy integration with JavaScript applications and rapid prototyping for developers working on real-time streaming. The server can be used in surveillance camera setups, broadcasting workflows, or low-latency streaming systems. Because Node.js is event-driven, the implementation is designed for handling concurrent client connections efficiently. It’s especially useful for developers who want a minimalistic streaming server for experimentation, custom deployments, or embedding into larger applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PSD.js

    PSD.js

    A Photoshop PSD file parser for NodeJS and browsers

    psd.js is an open-source JavaScript library (CoffeeScript/JS) for reading and parsing Adobe Photoshop PSD files in both Node.js and web browsers. It reconstructs the document into a DOM-like tree with layers, masks, text metadata, vector information, and pixel data. It enables developers to traverse layer structures, extract flattened or individual image buffers, and integrate PSD assets programmatically in web or backend applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Repl.it

    Repl.it

    Online REPL for 15+ languages

    This repository preserves an early open-source snapshot of the service that became Replit, a platform for writing and running code directly in the browser. The project’s core idea is instant, zero-setup programming: open a page, pick a language, type, and run—no local installs or environment wrangling. It combines an in-browser editor with a runnable backend or sandbox so code can execute safely and return output in seconds. Sharing and collaboration are first-class: code can be saved, forked, and embedded, which makes it useful for tutorials, classrooms, and quick demos. The architecture leans on simple web technologies so the learning curve stays low for educators and new programmers. Even as the commercial product evolved, this archive shows the foundational approach to making coding accessible anywhere with just a link.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next