The digital marketplace for video games has evolved significantly, with major platforms frequently offering promotional titles at no cost to the consumer. Among these, the Epic Games Store has established a notable programme of free game giveaways, typically offering one or more titles each week. For UK consumers interested in acquiring these free digital products, understanding the official claiming process and the existence of third-party automation tools is essential. This article provides a detailed examination of the free game promotions available through the Epic Games Store, the mechanics of the official claiming system, and the functionality and current status of a popular open-source tool designed to automate the claiming process, based solely on the provided source material.
The Epic Games Store operates a structured promotional programme where selected games are made available for download at a permanently reduced price of zero. These offers are time-limited, requiring users to visit the store and manually claim the game within a specified window, after which it is permanently added to their library. The source material indicates that these promotions are not merely discounted but are fully funded by Epic Games, which pays developers a lump sum to distribute their game free for a two-week period. This model allows consumers to acquire a diverse library of games, including indie titles and well-known releases, without any financial outlay.
One current example of such a promotion, as detailed in the source material, is the game Super Space Club. This title, described as a "lo-fi arcade space shooter," is available for free from the Epic Games Store during a specific promotional week. The game is categorised under the genres of Action and Bullet Hell, featuring gameplay where players pilot a spaceship through an endless, colourful space environment, defending a galaxy against waves of spacecraft. The source material provides a direct link to the store page for claiming this free offer, though the specific URL is not included in the provided text. The description emphasises the game's relaxing, rhythm-based atmosphere, positioning it as a worthwhile free acquisition despite not being a major, well-known title.
In addition to currently available free games, the Epic Games Store also announces upcoming free promotions. The source material references an upcoming free game titled Deadtime Defenders, scheduled to become available on 8 May 2025. This indicates a continued commitment to the weekly free game programme, offering consumers advance notice of future free titles. The promotional cycle for these free games typically involves a seven-day claim window, after which the offer expires and the game returns to its standard price.
To claim these free games, users must engage directly with the Epic Games Store, either through its desktop client or its website. The process involves visiting the store page for the specific free game and executing a claim action, which adds the game to the user's Epic Games account library permanently. This manual process is straightforward but requires regular attention to the store's weekly updates.
For users who wish to automate the process of claiming these free games, an open-source tool named "EpicGames Freebies Claimer" has been developed. This software is designed to monitor the Epic Games Store for new free game promotions and automatically claim them on behalf of the user, thereby eliminating the need for manual checking. The tool is available for download via GitHub, and its operation requires some technical setup.
According to the source material, the EpicGames Freebies Claimer is a Node.js-based application. The installation and initial setup involve several steps. First, the user must download or clone the repository from GitHub. The next step is to run the command npm install to install the necessary dependencies. A critical component of the setup is the generation of a data/device_auths.json file, which is accomplished using a separate tool called DeviceAuthGenerator. This file contains authentication credentials that allow the claimer to act on the user's behalf within the Epic Games ecosystem. The source material notes that an optional configuration file, config.json, can be created by copying an example file and editing its contents to customise the claimer's behaviour.
The primary method for running the claimer is via the command npm start. However, the source material also provides instructions for creating a batch file (run.bat) to facilitate easier launching. This batch file, which can be created in a text editor and placed in the claimer's folder, automatically restarts the script after it completes a cycle, allowing for continuous operation. The batch file uses a loop to repeatedly execute npm start, with a pause in between cycles.
For more advanced users, the claimer can be configured to run as a background service on Windows systems using the Non-Sucking Service Manager (NSSM). This involves downloading NSSM, using the nssm.exe install command to create a Windows service that launches the claimer's run.bat file, and ensuring the service starts automatically with Windows. The source material provides specific command-line instructions for this process, emphasising the importance of placing the EpicGames Freebies Claimer folder in a permanent location before service installation, as moving or deleting the folder will break the service. The service can be managed through the Windows Services console, and it can be removed using the nssm remove command.
The claimer includes several configuration options to customise its operation. These options are set within the config.json file (which, as of version V1.5.4, is located in the data folder). The available options include:
* appriseUrl: A URL (e.g., for Discord webhooks) to which a message is sent when a game is successfully claimed.
* delay: The interval, in minutes, between checks for new free games. The example given is 1440 minutes (24 hours).
* loop: A boolean setting that determines whether the script runs continuously (true) or executes only once (false).
* notifyIfNoUnclaimedFreebies: A boolean setting that controls whether a notification is sent when no new free games are available to claim.
A significant limitation of the EpicGames Freebies Claimer, as explicitly stated in the source material, is its current inability to handle mandatory captchas. The source notes that "EpicGames has made captchas mandatory for claiming free games. Currently, epicgames freebies claimer cannot handle this, so it is not working." The developer is reportedly working on implementing anti-captcha solutions and tracking progression on the project's GitHub page. This means that, at the time the source material was written, the tool was non-functional due to this security measure implemented by Epic Games.
The source material also includes information on logging and updates. The console's log is accessible by opening the claimer.log file located in the claimer's folder. Regarding updates, the claimer does not auto-update. The source material recommends starring the project on GitHub to receive email notifications about new releases, which is important because Epic Games may change its systems and break the tool's functionality. The source mentions that if an update is available when running the claimer, the user should consult the "Updating EpicGames Freebies Claimer" page for instructions.
It is important to distinguish between the official Epic Games Store promotional programme and third-party automation tools. The free game promotions are a legitimate, ongoing offering from Epic Games, funded by the company and available to all users with an Epic Games account. The claimer tool is an unofficial, community-developed script intended to streamline the claiming process for users who prefer not to check the store manually. The tool's current non-functionality due to captchas underscores the dynamic nature of such automation, which must constantly adapt to the security measures of the target platform.
For UK consumers, the primary takeaway is that free digital games are regularly available through the Epic Games Store. These offers require manual claiming within a limited time frame but result in permanent ownership of the game. While tools like the EpicGames Freebies Claimer offer the promise of automation, their current effectiveness is limited by platform security features. Therefore, the most reliable method for securing these free games remains direct engagement with the official Epic Games Store platform.
Conclusion
The Epic Games Store provides a consistent and legitimate programme of free game promotions for consumers, with titles like Super Space Club available at no cost and future promotions such as Deadtime Defenders scheduled. The claiming process is manual, requiring users to visit the store and add the game to their library. For those seeking automation, the EpicGames Freebies Claimer is a third-party open-source tool designed for this purpose, though it is currently non-functional due to mandatory captchas. The tool requires technical setup, including Node.js, dependency installation, and authentication file generation, and can be run via command line or as a Windows service. Its operation can be customised through a configuration file, but users must be aware of its limitations and the need for manual updates. Ultimately, while automation tools exist, the official store remains the definitive source for accessing these free digital offers.
