---
title: "No Node - FastRuby.io"
url: https://daily.dev/posts/no-node---fastruby-io-w9hralotk
source_url: https://www.fastruby.io/blog/no-node.html
type: article
source: "RUBYLAND"
published: 2026-06-18T20:55:25.309Z
updated: 2026-06-19T08:50:29.522Z
tags: ["docker", "rails", "bun"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# No Node - FastRuby.io

**[RUBYLAND](https://daily.dev/sources/rubyla)** · 6 min read · 0 upvotes · 0 comments

## Summary

A guide on using Bun's standalone binary in Rails applications to eliminate the need for a system-wide Node.js installation. Covers how to download and configure the Bun binary, update Procfile.dev scripts, handle Docker setups with official Ruby images, and migrate from Webpack/Webpacker or esbuild. Also addresses patching jsbundling-rails to use the standalone binary path and configuring ExecJS to use Bun as its runtime. The approach simplifies project setup, avoids Node version manager conflicts, and supports TypeScript and npm packages without requiring Node.js.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.fastruby.io/blog/no-node.html>

## Similar posts on daily.dev

- [Bundlebun bundles Bun, and a tour of asset pipelines and JavaScript runtimes Rails has been through](https://daily.dev/posts/bundlebun-bundles-bun-and-a-tour-of-asset-pipelines-and-javascript-runtimes-rails-has-been-through-0d3hloy9c) · Ruby Flow · 0 upvotes · 0 comments
- [Bun: A fast JS runtime Node.js replacement with built‑in tools](https://daily.dev/posts/bun-a-fast-js-runtime-node-js-replacement-with-built-in-tools-mufqlbhlc) · Product Hunt · 0 upvotes · 0 comments
- [Migrating a Rails App From Sprockets to JS Bundling With Esbuild - FastRuby.io](https://daily.dev/posts/migrating-a-rails-app-from-sprockets-to-js-bundling-with-esbuild---fastruby-io-rpjdmjyyn) · RUBYLAND · 0 upvotes · 0 comments
- [Bun: a faster JavaScript runtime](https://daily.dev/posts/bun-a-faster-javascript-runtime-hnnh26fm5) · Flavio Copes · 0 upvotes · 0 comments

---

Tags: [#docker](https://daily.dev/tags/docker), [#rails](https://daily.dev/tags/rails), [#bun](https://daily.dev/tags/bun)

[View this post on daily.dev](https://daily.dev/posts/no-node---fastruby-io-w9hralotk)
