random.airat.top is a client-side tool that randomizes text. It works without sending your data anywhere, keeping it private. You can create varied versions of text using synonyms, changes in order, and special tags like %rand%. This tool supports unlimited nesting, so you can build complex random outputs.
You can get output in plain text, JSON, or CSV formats. It also allows you to download the results as .txt or .json files. The tool runs completely in your browser using standard web technologies — no installation needed except downloading the latest release to run offline.
Use it for content creation, testing, or any task where you need unique text versions without duplicates.
Visit the main site: https://random.airat.top
This section will guide you through getting the program on your Windows machine and running it. You don’t need to know how to code.
- Windows 10 or newer
- A modern web browser such as Chrome, Edge, or Firefox (to open the app)
- At least 100 MB free disk space
- No internet connection needed after download
-
Click the large button above or visit this page to download the app:
-
On the releases page, look for the latest version listed. It will have files ready for download.
-
Since this tool runs as a local web app, download the ZIP file named
random.airat.top-win.zipor similar. This ZIP contains everything you need to run the application. -
Save the ZIP file in a location you can easily reach, like your Desktop or Downloads folder.
- Right-click the downloaded ZIP file.
- Choose “Extract All…”
- Select a folder to extract to (for example, create a new folder on your Desktop named
random.airat.top). - Wait for the extraction to complete.
- Go to the folder where you extracted the files.
- Look for a file called
index.html. - Double-click the
index.htmlfile. This will open the app in your default web browser. - Now the app is ready to use.
You do not need to install anything else. The app runs entirely in your browser.
-
In the text box provided, type or paste the text you want to randomize.
-
Use synonyms to replace words or phrases easily.
-
Apply curly braces
{}and pipes|to set permutations. For example:{quick|fast|speedy} brown foxThis gives variations like “quick brown fox”, “fast brown fox”, or “speedy brown fox”.
- Insert
%rand%within your text to add random numbers or choices. - The app will replace these tags with unique random values to keep output fresh.
-
You can nest permutations inside others without limit. For example:
{The {quick|fast} fox|A {lazy|sleepy} dog} -
This creates many unique sentences by mixing choices from inside and outside braces.
- Select from Text, JSON, or CSV format.
- Text will be plain sentences.
- JSON will structure your results as a list.
- CSV is ideal if you want to load output in spreadsheet programs.
- After the output is generated, click the download button.
- Choose
.txtor.jsonformat for your saved file. - This makes it easy to keep or share the randomized text.
The app guarantees unique output. It avoids repeating the exact same sentence or phrase in any generated batch.
Once you download the app, it works entirely offline. There is no need for a constant internet connection.
All data processing happens in your browser on your PC. Nothing is sent to servers or third parties.
- Input supports plain text format.
- Output can be saved as:
.txtfor simple text.jsonfor structured data
- CSV output is compatible with Excel and similar programs.
- The app uses clean, simple design built with HTML, CSS, and JavaScript.
- It is easy to understand and operate.
- No advanced skills needed.
- If
index.htmldoes not open, try to open it with a different browser. - Always extract the ZIP fully before trying to run the app.
- Make sure your browser is updated to the latest version.
- If output looks incorrect, double-check your input syntax using braces
{}, pipes|, and%rand%. - For best results, keep input text clear and organized.
This project uses vanilla JavaScript with no external dependencies. It is designed to be privacy-friendly and lightweight.
You can view or fork the source code on GitHub here:
https://github.com/Adrielc7958/random.airat.top
You can download the latest Windows version anytime from the releases page.