Every tool
57 tools, and every one of them runs on your own device. No file is uploaded, no account is asked for, nothing is watermarked and nothing stops at a limit — because there is no server on the other end deciding any of that.
Images
Convert, shrink, crop, turn, or get a photo to an exact size somebody has specified.
- Convert between formats Reads HEIC Ten formats in, five out. HEIC, AVIF, JPEG XL and TIFF included.
- Compress an image Set a quality, or give it a size limit and let it find the quality that fits.
- Resize to an exact size 27 presets for social, print, devices and documents — each with the reason behind the number.
- Crop an image Free-form or locked to a ratio. Cropping discards pixels and never degrades the ones it keeps.
- Rotate or flip Turns the pixels rather than the view, so it stays upright in every program that opens it.
- Bulk resize No file limit Drop a whole folder, set one width, download them all as a ZIP.
- Bulk compress No file limit One size limit across hundreds of images, each finding the quality that fits.
- HEIC to JPG For iPhone photos that Windows and older software refuse to open.
- Photo effects Shareable 8-bit pixel art, Game Boy green, halftone, duotone or ASCII, with a share button.
- Passport photos Six countries, millimetre-accurate at 300 DPI, each linking its official source.
Structural, so text stays selectable and nothing is re-rendered unless you ask.
- Merge PDFs Combine several documents into one, in the order you choose.
- Split a PDF Pull out a page range as its own file.
- Reorder or delete pages Rearrange a document and drop the pages you do not want.
- Compress a PDF Checks whether it is a scan or real text first, because the right method differs.
- PDF to a size limit Hits the number Hit an exact kilobyte limit a form has asked for, losslessly where possible.
- Images to PDF Turn photos or scans into one document.
- PDF to images Render each page as a picture.
- Rotate a PDF Turn pages permanently. Nothing is re-rendered, so nothing degrades.
- Sign a PDF Never transmitted Draw a signature and place it. The one job that should never involve an upload.
- Add page numbers Any corner, any starting number, and sideways pages numbered the right way up.
- Watermark a PDF DRAFT or CONFIDENTIAL across every page, at a strength you can still read through.
- PDF to text Pull the words out as plain text, and say so plainly when it is a scan.
- Redact a PDF Actually removes it Removes the text rather than covering it — marked pages are rebuilt so there is nothing underneath.
- Remove a PDF password Password stays local Takes the encryption off, given the password. RC4, AES-128 and AES-256 all opened.
- Password protect a PDF AES-256 Real AES-256 encryption applied in the tab — the document and the password both stay put.
Developer tools
Text in, text out, and the ones that touch a secret never transmit it.
- Word counter Words, characters, reading time and readability — with hyphens, URLs and Chinese counted properly.
- Case converter Real title case, plus camel, Pascal, snake, kebab and constant, all shown at once.
- Base64 encoder Text or a whole file, both directions. Handles accents and emoji, which btoa cannot.
- Timestamp converter Unix time in any unit, both ways. Nanoseconds keep every digit rather than rounding.
- Colour converter Hex, RGB, HSL and OKLCH, plus a WCAG contrast check that linearises properly.
- JSON formatter Format, minify and sort keys — and get the line and column of an error, not a character offset.
- UUID generator Version 4 random, or version 7 time-ordered so the values sort chronologically.
- JWT decoder Never transmitted Read the header and claims. A token is a bearer credential, so it never leaves the tab.
- Diff checker Compare two versions line by line. Config files and contracts, without pasting them anywhere.
- Regex tester Live highlighting and capture groups, using the browser’s own engine rather than a copy of it.
- SQL formatter One clause per line. Nothing inside a quoted literal is touched, so the query is unchanged.
- Password generator Never transmitted Cryptographic randomness, strength shown in bits of entropy rather than as a word.
- Encrypt text Never transmitted AES-256-GCM with a passphrase. The one tool where running locally is the entire point.
- Encrypt a file Never transmitted AES-256-GCM with a passphrase. A service that uploads your file has already seen what it protects.
Codes and icons
Artwork generated from data, rather than one file converted into another.
- QR code generator Never expires PNG or SVG, with the link encoded into the pattern — so it never expires and nothing tracks it.
- Barcode generator Code 128, Code 39, EAN-13, EAN-8 and UPC-A. Check digits calculated and verified, PNG or SVG.
- QR codes in bulk From a CSV A CSV column in, a ZIP of codes out. No row limit, and the spreadsheet is never uploaded.
- Barcodes in bulk From a CSV Hundreds at once, every check digit verified before a single label is printed.
- Favicon generator A real multi-size .ico plus every PNG a site needs, from one image.
Documents to fill in
Paperwork where the rules are the hard part. Each one comes out as a real PDF with selectable text.
- Invoice generator A proper invoice PDF with VAT or GST, and text that stays selectable.
- Receipt generator A4 or 80mm till roll, tax on its own line, and a total that adds up to the column above it.
- Expense report Detail, a summary by category, and signature lines — because somebody has to approve it.
- NDA template Mutual or one-way, standard clauses only, and every one of them shown before you download it.
- Business card maker Print-ready Print-ready PDF with 3mm bleed, crop marks and a safe margin — the parts free makers leave out.
Metadata and privacy
See what a file records about you, change it, or prove a file is what it claims to be.
- Metadata viewer Read the GPS, camera and timestamps in a photo, or the author and company in a PDF or Word file.
- Remove EXIF and GPS Most photos have this Strip the location a photo records — usually accurate to a few metres — or all of it.
- Edit PDF and document properties Editable Change the author, title and company on a PDF, Word, Excel or PowerPoint file.
- Edit MP3 tags No re-encoding Fix the title, artist and album without re-encoding a frame of audio.
- File hash and checksum Verify a download MD5, SHA-1, SHA-256 and more, and a plain yes or no against a published hash.
- Hash some text Never transmitted The same six algorithms against a string, all at once, and it identifies a hash you paste in.
Archives
Pack a folder into one file, or open one someone sent you.
How any of this is possible
Everything here happens in the page you are reading. The conversion code is WebAssembly running in a background thread of your own browser, the same way a game or a video editor runs in a tab — so the file never travels anywhere, there is nothing to queue behind, and no size limit beyond what your device can hold.
You do not have to take that on trust. Open your browser's developer tools, watch the Network tab while you convert something, and you will see the page and the codec load and then nothing at all. Or disconnect from the internet entirely and use it anyway — how it works goes through the mechanism properly.
Why it is free
Advertising on these pages, and nothing else. There is no paid tier, no export limit and no watermark to remove, because the thing that usually costs money — servers doing the processing — does not exist here. Your files are not part of the arrangement in any way.
What BriskFile will not do to you
-
Your files never leave your device
Every conversion runs in your browser. Open DevTools, watch the Network tab, and you will see no upload — because there is not one.
-
No account, no email, no watermark
Nothing to sign up for and nothing stamped on your images. There is no step between choosing a file and getting it back.
-
No limits at the download button
No daily cap, no file counter, no "upgrade to download". If the tool starts a job, it finishes it.
-
Checkable, not just claimed
Open the Network tab and convert something — nothing goes out. Or load the page, disconnect, and watch it keep working: the tool is already on your machine, and your file never leaves it.