Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Releases: ReCape/ReCape-Installer

Badlion support

24 Jul 22:24
1368963
Compare
Choose a tag to compare

There's now an option to enable BLC support (on Windows)!

v1.1.0

30 Jun 02:05
4d06d54
Compare
Choose a tag to compare

This release has a lot of changes!

  • @NowhereNotion is now a contributor!
  • Uses customtkinter to make it look beautiful
  • New icons
  • Installer no longer fills hosts file with the same line

ReCape Installer v1.0.0

20 May 03:14
Compare
Choose a tag to compare

Due to us moving towards a web-based system, the client has been replaced by a simple installer on desktop. It's barebones (for now), but unlike the old client, it should run on nearly any operating system that supports Python 3.

On Windows:

  1. Download ReCape.exe
  2. In File Explorer, right-click it and click Run As Administrator
  3. Click Install
  4. Restart your computer (it may or may not be necessary, so if you like to live on the edge you can skip this)

On Mac OS:

  1. Download ReCape (there's no file extension)
  2. Open Terminal on your Mac
  3. Type cd [path to the folder containing the downloaded file]
  4. Type sudo ./ReCape
  5. Type in your password if it asks
  6. Click Install
  7. Restart your computer

On Linux:

  1. Download ReCapeLinux (there's no file extension)
  2. Open your terminal
  3. Type cd [path to the folder containing the downloaded file]
  4. Type sudo ./ReCapeLinux
  5. Click Install
  6. Restart your computer
    [NOTE: The Linux installation was only tested on Debian. Since most distributions are a fork of Debian or of Ubuntu (which is itself a fork of Debian), this should work for most "regular" Linux distros.]

Why the big file size for such a small app?
Because this installer is written using the Python programming language, the installer needs to bundle Python in case you don't have it installed. If you find it suspicious, you can always run the source code directly if you know how.