Skip to content

Installation

Bugadinho edited this page Sep 7, 2023 · 11 revisions

⚠️ Warning
This wiki only applies to 1.x.x (Alcântara), documentation for the C++ version will be available elsewhere shortly.

Linux

Flatpak

You can use Corky, a pre-configured Flatpak distribution of Cork which includes Proton GE, that automatically manages DXVK, ESync and FSync among other tweaks.

To install, simply download the Corky.flatpak file and open it!

Alernatively, you can download it from the terminal like so:

wget https://github.com/CorkHQ/Corky/releases/download/1.0.2A/Corky.flatpak

And install it like so:

flatpak install --user Corky.flatpak

Installing from Source

To use Cork on Linux, one must have a fully functional install of Wine 8.0+, Python 3.10+ and the appropriate graphics drivers!

Requirements

  • Python 3.10+

Installing

Begin the installation by cloning this repository and entering it's folder:

git clone --branch python https://github.com/CorkHQ/Cork.git
cd Cork

After that, use pip to install the repository to your user:

pip install --user .

Cork should be installed and your path, now you can go to Roblox's website or open the app!

If you want to make sure it's functional, install the Player and Studio with the following command:

cork install

To alter any settings, edit the ~/.config/cork/settings.json file, and the prefix is located in the ~/.local/share/cork/pfx folder. Have fun tinkering!

Windows

Coming soon!

Clone this wiki locally