Our Privacy Manifesto.

Most "online" tools are black boxes. RenameGo is a glass house. We’ve engineered privacy directly into our code.

Zero Server Architecture

RenameGo operates exclusively in your browser's memory (RAM). When you "upload" a file, it never leaves your computer. We do not have a backend server that receives, stores, or processes your files.

100% CLIENT-SIDE VERIFIED

What we collect

Tracking

We use privacy-friendly analytics to count visitors. We do not use cookies that track you across the web.

Human-Driven Logic

RenameGo does not use Artificial Intelligence to analyze your files. All patterns are driven by your explicit input and our open-source JavaScript logic. Your data is never used to train any models.

Code Integrity
const secureMode = true;
upload.on('file', (f) => {
  processLocally(f);
  noServerPush(f);
});

Data Retention
Because we don't have a server, we have zero retention. Your file session is destroyed the moment you close the browser tab. We cannot recover "lost" files because we never had them to begin with.
Your Rights
Under GDPR, CCPA, and modern privacy standards, you have the right to data deletion and access. Since RenameGo doesn't store data, we are "Privacy by Design" compliant by default.
Contact Us

Have questions about our local-processing logic?

Message the Studio