Categories

Web Development Tools

Download web development software — code editors, FileZilla, local server stacks. Free full versions.

Code editors, upload clients such as FileZilla, and local server stacks for testing a site on your own machine. Suitable both for people starting out and for anyone already maintaining a site.

How to choose from this category

  • Start with a light, free code editor before moving to anything heavier.
  • FileZilla is the standard for FTP/SFTP uploads.
  • Always use SFTP rather than plain FTP — FTP sends the password unencrypted.
  • A local server stack lets you test without paying for hosting.

Downloading and installing

Every page in this category follows the same shape: version and file size in the side panel, the download link and its mirror in the middle, and step-by-step install instructions below. If the file arrives as .rar or .zip, extract it with WinRAR or 7-Zip first — any archive password is shown in the download box.

If your antivirus objects during extraction, pause real-time protection, extract again, and switch it back on once the install has finished.

FAQ

Which editor suits a beginner?
A modern code editor with autocomplete and live preview is easier to learn than Dreamweaver and much lighter — good for starting with HTML and CSS.
How do I upload files to my host?
FileZilla is the most widely used client. It supports FTP and SFTP, lets you drag files across, and remembers site settings.
How do I test a site locally?
Install a stack bundling Apache, PHP and MySQL, put your files in its web folder, and open the site through localhost.