JetBrainsRuntime VS android-studio-apple-m1

Compare JetBrainsRuntime vs android-studio-apple-m1 and see what are their differences.

JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux (by JetBrains)

android-studio-apple-m1

Android Studio Arctic Fox (Canary) for Apple Sillicon (by dsa28s)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
JetBrainsRuntime android-studio-apple-m1
7 8
1,135 250
2.6% -
10.0 0.0
4 days ago almost 3 years ago
Java Java
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

JetBrainsRuntime

Posts with mentions or reviews of JetBrainsRuntime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • Ask HN: Best stack for building a desktop app?
    5 projects | news.ycombinator.com | 1 May 2024
    JetBrains have their tweaks to the JRE available: https://github.com/JetBrains/JetBrainsRuntime

    The major problems begin when you want to leverage the GPU or multimedia components in which case you would want something else.

  • How to Setup Flutter for Building Android without Android Studio
    1 project | dev.to | 8 Apr 2024
    Jetbrains Runtime – this is bundled with IntelliJ and Android Studio, but with patches focused on optimization for use within an Interactive Development Environment context – doing incremental builds, hot reload of class definition, and embedded Chromium in the runtime. I do not believe the added features are useful for building and archiving Android Applications for distribution, but it will work non-the-less.
  • Level-up your Java Debugging Skills with on-demand Debugging
    3 projects | news.ycombinator.com | 4 Oct 2023
    https://github.com/JetBrains/JetBrainsRuntime

    Also with 'Java on Truffle' on GraalVM you can use enhanced class reloading

  • JetBrains IDEs are going to be available for ARM Linux in the 2022.3 release!
    1 project | /r/AsahiLinux | 18 Nov 2022
    However, I am running IntelliJ on Asahi since June already. They did not provide offical Linux arm64 support, but what since May, when they released the first 2022.2 EAP, they switched to JBR 17 (the JetBrains Java Runtime). JBR 17. Fortunatly, in May, they started to release JBR builds for Linux am64, starting with JBR 17.0.3-b463.3. That meant we had everything we needed to run IntelliJ on Asahi: I just had to set the env var IDEA_JDK=/path/to/arm64/jbr/ to make IntelliJ use the correct JBR. Besides that it was necessary to download a fsnotifier version that was build for arm64 and set the path in ~/.config/JetBrains/IntelliJIdea2022.3/idea.properties.
  • What blocked you from migrating beyond Java 8?
    3 projects | /r/java | 3 May 2022
    Have you tried the JetBrains Runtime with DCEVM? https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.2b396.4
  • Android Studio Canary for Apple M1 (Silicon)
    2 projects | /r/androiddev | 8 Apr 2021
    This project's key is replacing x86_64 Jetbrains Runtime (https://github.com/JetBrains/JetBrainsRuntime) to arm64 Jetbrains Runtime. Arctic Fox IntelliJ Core version is 2020.3.1, maybe google upgrade core version to 2021.1 as soon as possible. (IntelliJ Core version 2021.1 released at a few days ago.)
  • IntelliJ Idea 2020.3.1 Is Out with Apple Silicon Support
    5 projects | news.ycombinator.com | 30 Dec 2020
    https://github.com/JetBrains/JetBrainsRuntime

android-studio-apple-m1

Posts with mentions or reviews of android-studio-apple-m1. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-19.
  • Android Studio Arctic Fox Canary 15 available
    1 project | /r/androiddev | 30 Apr 2021
    I just updated my Android Studio. I checked the activities and still getting the Intel flag. If I use the unofficial Github Version there is a Apple tag. Do anyone experience the same?
  • How to setup NDK in IntelliJ ultimate on Mac m1?
    1 project | /r/androiddev | 21 Apr 2021
    I own a mac m1, hence regular android Studio is extremely laggy. I, also, tried this unofficial Studio https://github.com/dsa28s/android-studio-apple-m1/releases, which works great; but I could not find Android NDK in SDK tools. I even changed the update channel in Settings as it specified here: https://developer.android.com/studio/projects/install-ndk. However, I am not able to install NDK. Is there anyway to install NDK on mac m1 ?
  • Unofficial Android Studio Build for Apple Silicon (by dsa28s)
    2 projects | /r/androiddev | 19 Apr 2021
    # Install wget brew install wget # Go into the Downloads folder cd ~/Downloads # Download M1 ARM AS wget https://github.com/dsa28s/android-studio-apple-m1/releases/download/canary-14-2/AndroidStudioArcticFoxCanary14_p1_1_darwin_arm64.zip unzip ./AndroidStudioArcticFoxCanary14_p1_1_darwin_arm64.zip # Download M1 ARM JDK wget https://cdn.azul.com/zulu/bin/zulu11.45.27-ca-jdk11.0.10-macosx_aarch64.zip unzip ./zulu11.45.27-ca-jdk11.0.10-macosx_aarch64.zip # Create a copy of AS cp -R ./Android\ Studio\ Preview\ ARM64.app ./Android\ Studio\ Preview\ ARM64\ Patched.app # Replace the original JDK rm -rf ./Android\ Studio\ Preview\ ARM64\ Patched.app/Contents/jre/jdk/Contents cp -R ./zulu11.45.27-ca-jdk11.0.10-macosx_aarch64/zulu-11.jdk/Contents ./Android\ Studio\ Preview\ ARM64\ Patched.app/Contents/jre/jdk/Contents
  • (Unofficial) Android Studio Arctic Fox Canary 14 for Apple Silicon (M1) Patch 1 Released!
    1 project | /r/androiddev | 16 Apr 2021
  • Docker Desktop for Apple Silicon now available
    2 projects | /r/apple | 16 Apr 2021
    I'd like to think that after they saw how that someone on github got it working and shared the build with others plus with the amount of commenters with enterprise domain names have been leaving comments on the issue for the M1 build asking for a timeline forced them to recently upgrade it from a P4 to a P2 so that's promising.
  • M1 optimization for android studio
    2 projects | /r/androiddev | 12 Apr 2021
    The ticket for a native M1 build of Android Studio: https://issuetracker.google.com/issues/179062806. It'll take a while: Actic Fox at the soonest. Meanwhile you can use the M1 version of IntteliJ and use the Android Plugin or use dsa28s/android-studio-apple-m1 for an M1 optimised version of Arctic Fox.
  • Android Studio Canary for Apple M1 (Silicon)
    2 projects | /r/androiddev | 8 Apr 2021

What are some alternatives?

When comparing JetBrainsRuntime and android-studio-apple-m1 you can also consider the following projects:

zgc - The Z Garbage Collector https://wiki.openjdk.org/display/zgc

AndroidStudioBenchmark - Firefox Focus: The privacy browser - Browse like no one’s watching.

Adopt Open JDK - Eclipse Temurin™ build scripts - common across all releases/versions

darktable - darktable is an open source photography workflow application and raw developer

intellij-sdk-code-samples - Mirror of the IntelliJ SDK Docs Code Samples

jdk8u

Spring Loaded - Java agent that enables class reloading in a running JVM

unlogged-sdk - Unlogged SDK for recording code execution

babashka - Native, fast starting Clojure interpreter for scripting

intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform

Netty - Netty project - an event-driven asynchronous network application framework