Skip to content
Go back

Make Posit Workbench Feel Like Native RStudio (or Positron, etc.) with Chrome App Mode

Published:  at  01:00 PM

While I understand the need for centrally managed web-based IDEs, coding in a browser window has always felt so wrong to me. When I code, I like to have the full screen at my disposal… this is why I’m a big fan of tiling window managers, like I3 and GlazeWM.

An IDE session in a browser, by contrast, makes me feel cramped, and throws me off my groove. The tabs and address bar just sit there burning in a good inch off the top and bottom of my screen:

Running Posit Workbench in a regular browser

Look at all the space that is wasted!

Fortunately, it doesn’t need to be this way, thanks to Chrome “App Mode”. With “App Mode” you can create a shortcut that will launch Chrome without tabs, toolbars, etc., so that your web-IDE will run just like it was a normal app:

Running Posit Workbench in Chrome "App mode"

This looks like RStudio running natively, but it's actually Chrome in app-mode running Posit Workbench!

It’s easy to set up! All you need to do is create a shortcut to your Posit Workbench instance, and then modify the shortcut to use Chrome App Mode:

  1. Navigate to your Posit Workbench instance in Chrome
  2. Click the 3 dots -> “Cast, save, and share” -> “Create shortcut…”
  3. Create the shortcut
  4. Right click on the shortcut you just created -> Properties
  5. Edit the “Target” field to use the --app= parameter:

The shortcut properties window

Set the "target" field in the shortcut properties window to the command below.

You’ll want to add the --app= argument to your shortcut, like this:

"C:\Program Files\Google\Chrome\Application\chrome_proxy.exe" --app="https://<your-workbench-instance>"

…and then you’re done!

A couple notes:

Enjoy!


Suggest Changes

Previous Post
BTech UV-Pro vs RadioOddity GA-5WB
Next Post
Three Reasons Education And Social Scientists Prefer Proprietary Software And Data Formats