Typora This beta version of Typora is expired, please download and install a newer version. The latest solution

I recently opened typora and found that it could not be opened, prompting

This beta version of Typora is expired, please download and install a newer version.

Previously, you could reset the trial time by deleting the following two files. But not anymore recently.
Insert image description here
emmmmm, because it was a bit expensive, I didn’t buy the genuine version, so I found a way to keep using the beta version.

Here I would like to appeal to everyone, if you have money, buy the genuine version and support the developers.


First, you need a Python environment, and then download it from GitHub

https://github.com/fossabot/typoraCracker

2022.07.31 It was found that this warehouse has been 404 and cannot be found. You can directly search Github for the repository with the same name, or download the files I have processed. If you directly use the file I provided, you can skip the previous steps and start directly from step five.
Resource link:
typora replacement file

Baidu Cloud and other network disk links are not provided yet. You can be reminded to upload one later.


Now that the preparation environment is set up, let’s get down to business.

  1. The first step is to install the required packages.

    Enter the downloaded warehouse folder, such as mine D:\GithubRepo\typoraCracker, and then right-click to open the terminal (choose the method yourself)

pip install -r requirements.txt

Insert image description here
This is limited by network problems and may require special means or several more attempts.

  1. Continue typing commands
python typora.py "C:\Program Files\Typora\resources\app.asar" .

Insert image description here

After trying it several times, I found that I need to add quotation marks ''.

  1. In the current folder, dec_appa folder will be generated. View the files dec_appin the directory License.jsand open them in Notepad or VS Code. searchThis beta version of Typora is expired, please download and install a newer version.

The default should be like this
Insert image description here

Change the timestamp to 4102329600000, which is 2099-12-31
Insert image description here

  1. Last executed
 python typora.py -u dec_app/ .

Insert image description here
5. A file will be generated in the root directory app.asar, replace it with the installation directory of typora C:\Program Files\Typora\resources, and it can be opened normally.
Insert image description here
Insert image description here

Reference link: https://www.52pojie.cn/forum.php?mod=viewthread&tid=1646214

Guess you like

Origin blog.csdn.net/no_say_you_know/article/details/125806545