A single-purpose tool for saving video from public posts on X, and the reasoning behind how it is built.
Download X Video is a single-purpose tool: paste a link to a public post on X, get the video as an MP4 file. That is the whole product.
X streams video to your screen without ever handing you the file, and there is no download option for other people's posts. This site closes that gap and nothing more.
When you submit a link, the numeric post ID is extracted and used to request that post's public data from X, the same data that powers embedded posts on news sites. The response lists the video files attached to the post, at each resolution X generated when the video was uploaded.
Those files are then offered to you directly. Nothing is re-encoded, so the download is fast and the quality is identical to what the platform holds, no better, and no worse.
The one thing added is the save behaviour. X's servers deliver video meant for inline playback, so a direct link opens the file in a browser tab instead of saving it. Requests are routed through this site with the header that tells your browser to write the file to disk.
Reading a public post requires no credentials, so none are requested. Any site in this category asking for your X login is harvesting accounts, there is no legitimate version of that request.
A browser extension that adds a download button to X must first be granted permission to read and change the pages you visit. That is a large, permanent grant of access in exchange for saving a few seconds. A web page needs none of it, so there is no extension here.
Most tools give you one button and pick for you. Every file X holds for a post is listed here with its dimensions and estimated size, because the right choice depends on whether you are archiving footage or saving something disposable on mobile data.
Some things cannot be downloaded by any tool: posts from protected accounts, direct message media, deleted posts, and age-restricted content. The maximum quality is fixed by what the uploader provided, no tool can produce a resolution the platform never generated.
Where a limit exists, it is stated plainly rather than hidden behind a vague error. Claiming otherwise would only waste your time.
The guides and blog exist because most questions about downloading X video are really questions about how the platform handles video. Why one post offers 1080p and another only 360p, why a GIF arrives as an MP4, why an upload comes back looking worse than the export, these have concrete technical answers, and knowing them makes the tool more useful.
Everything is written to be accurate rather than long. Where something is uncertain or subject to change, that is said.
Download X Video is not affiliated with, endorsed by or connected to X Corp. X and the X logo are trademarks of their respective owner, used here only to describe what the tool does.
We publish no invented statistics, no fabricated testimonials and no user counts we cannot verify. The disclaimer and privacy policy set out the rest.
This site runs on Next.js with the App Router, TypeScript throughout, and Tailwind for styling. Everything except the downloader itself is server-rendered and static, which is why pages load quickly and work without JavaScript.
The download pipeline is deliberately thin: read a post ID, request public data, normalise the response, stream the file through with a header that makes the browser save rather than play. No database, no queue, no stored media. That architecture is what makes the privacy claims on this site verifiable rather than promised.
Corrections, bug reports and questions are welcome at hello@downloadxvideo.site or through the contact page.

Web developer and indie hacker
Around three years building with Next.js and modern JavaScript, mostly on small products taken from idea to shipped site without a team in between.
The interest is in tools that do one job properly and ask for nothing: no account, no install, no permissions the task cannot use. That principle decided most of what this site is and is not.
Small, self-contained tools with no account and no install. Each solves one problem and stops there.
Paste a link to a public post on X and save the video in the resolution you need.