These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
3 more ways to get RubyMine
Other download sites
Run by third parties, not by JetBrains. Prefer the official page above when it works.
Package managers
- Chocolatey
choco install rubymine - Homebrew
brew install --cask rubymine
About RubyMine
RubyMine is JetBrains' IDE for Ruby and Ruby on Rails. It has context-aware navigation to declarations, implementations, tests and usages, syntax highlighting and autocompletion, and a graphical debugger for both Ruby and JavaScript.
It includes AI features that can use JetBrains AI credits, a local model or your own subscriptions and API keys, with agents such as Junie, Claude Agent and Codex. It is free for non-commercial use, and commercial use requires a paid license.
Strengths
- Navigation built around Ruby and Rails projects
- Graphical debugger for Ruby and JavaScript
- AI can use local models or your own API keys
Limitations
- Commercial use requires a paid license
- Heavier than a general editor
Details
- Pricing
- FreemiumFree for non-commercial use; commercial use requires a paid license.
- License
- Proprietary
- Developer
- JetBrains
- Platforms
- Windows, macOS, Linux
- How it runs
- Downloadable app
- Best suited for
- Ruby on Rails developers who want a dedicated IDE
- Categories
- Code editors, Developer tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to RubyMine
Compare allSoftware that can replace RubyMine for an important use case, and what changes if you switch.
Visual Studio Code
Microsoft's code editor, free to use but shipped under a Microsoft licence rather than an open one.
Visual Studio Code is a free editor that supports Ruby and Rails through extensions, lighter than RubyMine but not open source and with telemetry by default.
VSCodium
Visual Studio Code built from the same source without Microsoft’s branding, telemetry or licence.
VSCodium is the MIT-licensed VS Code build without telemetry, using Open VSX extensions for Ruby instead of built-in Rails navigation.
Zed
A Rust editor from the people who built Atom, written for speed and for two people editing one file.
Zed is a fast Rust editor with language server support and collaboration, trading dedicated Rails tooling for speed and a lighter footprint.
Sublime Text
A fast native editor for code and prose, paid for but with an evaluation that never stops working.
Sublime Text is a fast native paid editor whose Ruby support relies on third-party packages rather than an integrated debugger.
Neovim
A modern rewrite of Vim with a built-in language server client, Lua configuration and an embeddable API.
Neovim is a free terminal editor with a built-in LSP client, requiring modal editing and plugin assembly in place of RubyMine's graphical debugger.
TextMate
An open-source macOS text editor known for bundles, snippets, multiple carets and scoped settings.
TextMate is a free, open-source macOS editor with bundles and snippets, much lighter than RubyMine but without IDE debugging.
Similar software
Related functionality, not necessarily a direct replacement.
IntelliJ IDEA
Java and Kotlin IDE with deep code analysis and refactoring.
WebStorm
JavaScript and TypeScript IDE with first-class framework support.