webfork's favorites (393)

CudaText 1.214.6 Updated

Ennovy on 15 May 2024
  • 31MB (uncompressed)
  • Released on 14 May 2024
  • Suggested by billon

CudaText is a code editor with a clean, tabbed interface and side-panels. Includes split view, code folding, hotkeys, theme support, color picker and much more. The program supports 300+ syntaxes and add-ons written in Python, as well as some IDE features if plugins are used.

The program is cross-platform, with clients available for Mac and Linux. Settings are modified either via options dialogs, or alternatively, by manually editing text config files (JSON format).

Category:
Runs on:WinXP / Vista / Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
Path portability: Automatic relative path (eg. ..\..\personal\work.doc)
License: MPL 2.0
How to extract: Download the ZIP package and extract to a folder of your choice. Launch cudatext.exe.
Similar/alternative apps: SynWrite, Atom Portable
What's new? See: https://cudatext.github.io/history.txt
Latest comments
Midas on 2023-02-13 09:33

@FileHandler: It would be helpful -- at least for me -- if you could document your findings and settings in CudaText's forum topic... TiA

FileHandler on 2023-02-25 16:32

@Midas: Will happily do it, just give me a few days...

See all

Mozilla Firefox, Portable Edition v126.0 Updated

Ennovy on 15 May 2024
  • 454MB (uncompressed)
  • Released on 14 May 2024
  • Suggested by Eu Gene Lim

Firefox Browser is a fast, powerful and secure web browser that supports open standards and many of the latest web technologies. The program includes smart search, bookmark management, web development tools and built-in download manager. Smart content blocking for ads and trackers is available in both standard and private browsing modes.

Versions available for Mac, Android, iOS and Linux with synchronisation of passwords and browser state across devices. Additional features and customisations are available via the add-on system, which allows for thousands of specialized functions.

Mozilla Firefox, Portable Edition is a special build licensed by Mozilla and includes both the 32-bit and 64-bit builds and selects the appropriate one for each PC. Beta, Developer, Extended Release, and Win 7/8/8.1 and XP/Vista versions are also available.

Category:
Runs on:Win10 / Win11 / Wine
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
Path portability: Automatic relative path (eg. ..\..\personal\work.doc)
License: Launcher: GPL, Program: MPL v. 2.0
How to extract: Download the self-extracting EXE and extract to a folder of your choice. Launch FirefoxPortable.exe.
Similar/alternative apps: Pale Moon Portable, SeaMonkey Portable
What's new? See: https://www.mozilla.org/en-US/firefox/releasenotes/
Latest comments
PAFuser on 2020-06-11 12:24

64 bit system: save 181 MB by deleting firefox folder, and renaming firefox64 to firefox. Beta, standard, and ESR work fine.

AndTheWolf on 2022-09-22 14:45

Now at version 105

AndTheWolf on 2024-03-21 14:28

Now at version 124.0

See all

PeaZip v9.8 Updated

Ennovy on 11 May 2024
  • 37MB (uncompressed)
  • Released on 11 May 2024
  • Suggested by Yucca

PeaZip is a feature-rich file archiver with broad support for 200+ file types. The file manager interface includes a hash tool, file wipe, file associations, file splitter, themes, estimated compression level, system benchmark, image crop/rename and much more.

Formats supported include most mainstream archive formats, including ZIP, 7Z, ACE, BZIP2, CAB, GZIP, TAR, UPX, ZIPX, as well as it's own PEA format. Can extact but not create MSI and RAR files.

Note that tools setup through the Task Scheduler are not portable.

Cross platform with clients for Mac, Linux, and BSD, as well as a 64-bit version is available. Alternatively, PeaZip Portable portablizes bookmarks and includes both 32 and 64-bit versions, automatically using the proper one on each PC.

Category:
Runs on:Win2K / WinXP / Vista / Win7 / Win8 / Win10 / Win11 / Wine
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
License: GNU LGPL
How to extract: Download the "portable" ZIP package and extract to a folder of your choice. Launch peazip.exe.
Similar/alternative apps: 7-Zip, IZArc, Bandizip
What's new? See: https://peazip.github.io/changelog.html
Latest comments
AndTheWolf on 2014-11-16 17:37

Download link (http://www.peazip.org/peazip-portable.html) raises a 404 "not found" error. Link instead just to http://www.peazip.org/ or to http://peazip.sourceforge.net/peazip-portable.html.

webfork on 2014-11-16 18:56

AndTheWolf: Joby updated, thanks for the note

Happy.Camper2 on 2014-12-24 02:22

My experience with PeaZip is to go to:

HomePage: http://www.peazip.org/
Download Link: http://www.peazip.org/downloads/peazip-5.5.2.WINDOWS.exe

Happy Holidays to everyone :)

See all

muCommander v1.4.0 Updated

lwc on 10 May 2024
  • 18MB (uncompressed)
  • Released on 2 May 2024
  • Suggested by spillej

muCommander is a Java-based skinnable, tabbed file manager with a dual-pane interface. The tool connects to a many online services such as FTP, SFTP, SMB, HTTP, Amazon S3, Bonjour, HDFS (Hadoop), NFS and more. File copying includes transfer verification, rate of speed controls and transfer visualization. It can open and create a variety of archive types as well as view and modify ZIP files without recompression. The program can batch rename, change permissions/date and hash files or folders with a variety of algorithms.

Cross-platform (Mac, Linux, *BSD) and available in 27 languages.

Alternatively, an outdated X-muCommander is also available.

Category:
Runs on:WinXP / Vista / Win7 / Win8 / Win10
Writes settings to: Application folder
Dependencies: jPortable
Stealth: ? No. Saves some temporary information to %TEMP%
License: GNU GPLv3
How to extract:
  1. Download the ZIP or even TGZ package (since the latter lacks an EXE file which isn't relevant for portable use since it requires to have Java installed).
  2. Extract to a folder of your choice (if it's the TGZ file, the actual extraction is from its internal TAR file).
  3. Prepare the following BAT (e.g. muCommander.bat) file (which is long since it both auto detects the [version] in mucommander-[version].jar and makes sure to take the newest one if you accidentally kept previous versions):
    @echo off
    setlocal enabledelayedexpansion
    set "JAR_FILE="
    set "LAST_FILE="
    for %%f in ("%~dp0mucommander-*.jar") do (
    if "!LAST_FILE!" lss "%%~nxf" (
    set "LAST_FILE=%%~nxf"
    )
    )
    if not defined LAST_FILE (
    echo mucommander-*.jar not found.
    exit /b
    )
    set "JAR_FILE=!LAST_FILE!"
    :startApp
    start "" "%~dp0\..\CommonFiles\Java\bin\javaw.exe" -jar "%~dp0!JAR_FILE!" -p "%~dp0.mucommander"
    endlocal
  4. Launch the BAT file (which relies on the Dependencies).
Similar/alternative apps: Multi Commander
What's new? See: https://github.com/mucommander/mucommander/releases
Latest comments
Danix on 2011-04-08 21:37

winPenPack has released X-muCommander Portable.
Note: the JRE setup will be downloaded and installed automatically in the "Lib" directory.
http://www.winpenpack.com/en/download.php?view.1101

appsuser on 2019-12-10 09:11

This program still supports SMB 1.0, which is no longer supported by Windows 10. Very useful if you have older devices and don't want to make your Windows 10 insecure by re-enabling this protocol.

Add comment

Notepad++ v8.6.7 Updated

Andrew Lee on 12 May 2024
  • 21MB (uncompressed)
  • Released on 13 May 2024
  • Suggested by Andrew Lee

Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. Includes source code "folding", allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, Perl-compatible regular expression search/replace, macro recording and playback, document map etc.

A host of additional functionality is available via the plugins admin view, including tools for file analysis, programming languages, viewers, calculations, user interface and many more.

Alternatively, Notepad++ Portable and the outdated X-Notepad++ clean the local folder.

Category:
Runs on:Vista / Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Stealth: ? Yes
Unicode support: Yes
License: GNU GPLv2
How to extract:
  1. Download the "Portable" ZIP or 7z package according to your OS and extract to a folder of your choice
  2. Delete unnecessary localization files
  3. Launch notepad++.exe
Similar/alternative apps: AkelPad, PSPad, EditPad Lite
What's new? Changelog at: https://notepad-plus-plus.org/download/.
Latest comments
Pendrive on 2021-12-08 16:48

Where is this "v8.1.9.3"?

PAFuser on 2022-01-19 09:26

8.2 does not seem to have sessions check box under general tab, and session does not seem to load or save. Any comments?

Mike.S.G. on 2022-01-20 09:43

@PAFuser

Things have changed a bit, can you make something happen by tweaking settings in Backup & Multi Instance... looking at the changelog some settings have been tweaked regarding Sessions???

See all

ShareX v16.1.0 Updated

Ennovy on 9 May 2024
  • 13MB (uncompressed)
  • Released on 9 May 2024
  • Suggested by I am Baas

ShareX is a feature-rich screenshot utility that can grab a selected area with a single key and then edit, save to clipboard, drive and/or instantly upload them to 25+ different hosting services (posts to Imgur by default). ShareX can capture screenshots with variety of shapes including rectangle, rounded rectangle, ellipse, triangle, diamond, polygon and freehand. Supports screenshots with transparency and shadow, as well as those that require scrolling. In addition to images, the program can upload other file types, supporting uploads from the clipboard, a watched folder, as well as drag-and-drop.

Additional tools include a powerful screen audio+video recorder (MP4/WEBM or animated GIF format), color picker, ruler, FTP client, monitor test, file hash checker, QR code generator+reader, image effects and much more.

Category:
Runs on:Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Dependencies: Microsoft .NET Framework 4.7.2+
Stealth: ? No. Log file saved to AppData\Local\Microsoft\CLR_v4.0\UsageLogs
Unicode support: Yes
License: GNU GPLv3
How to extract: Download the "portable" ZIP package and extract to a folder of your choice. Launch ShareX.exe.

Optionally,
  • Delete unnecessary language files
  • Enable portable video encoding via Task Settings - Screen Recorder - Screen recording options, clicking Download and then entering "ShareX\Tools\ffmpeg.exe" for the FFmpeg path
Similar/alternative apps: PicPick, Greenshot
What's new? See: https://getsharex.com/changelog
Latest comments
Jaex on 2016-09-29 09:17

@smaragdus fixed portable zip structure now.

smaragdus on 2017-03-22 14:26

ShareX is not stealth, it creates "ShareX.exe.log" in AppData (C:\Users\UserNAme\AppData\Local\Microsoft\CLR_v4.0\UsageLogs).

__philippe on 2018-11-09 09:11

ShareX v12.3.0 notable enhancement:

Added APNG encoding support to screen recording

See all

EmEditor Free v24.1.2 Updated

Ennovy on 9 May 2024
  • 184MB (uncompressed)
  • Released on 8 May 2024
  • Suggested by smaragdus

EmEditor is a tabbed text editor with themes, syntax highlighting, stay-on-top and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions and more.

Category:
Runs on:Win7 / Win8 / Win10 / Win11
Writes settings to: Application folder
Dependencies: Internet Explorer v11
Unicode support: Yes
License: Liteware
How to extract: Download the "Portable" ZIP package and extract to a folder of your choice. Launch EmEditor.exe.

Skip the 30-day evaluation of the full version by selecting the Help menu and click Downgrade.
Similar/alternative apps: Notepad++
What's new? See: https://www.emeditor.com/text-editor-features/history/
Latest comments
smaragdus on 2018-05-04 06:56

@hamasaki
Opening the download page of EmEditor automatically starts downloading the installers (x32 or x64 depending on user's system). I added direct download links to portable versions.

webfork on 2018-05-04 12:59

@smaragdus: my fault, thanks for fixing that

hamasaki on 2018-05-05 05:26

Thanks guys.

See all

Tablacus Explorer v24.5.3 Updated

Ennovy on 6 May 2024
  • 2MB (uncompressed)
  • Released on 3 May 2024
  • Suggested by am Baas

Tablacus Explorer is a quad-pane file manager that supports tabs, mouse gestures, favorites, filters and different view styles. Its functionality can be extended via plug-ins which can be installed and updated from within the program.

Category:
Runs on:WinXP / Vista / Win7 / Win8 / Win10
Writes settings to: Application folder
Unicode support: Yes
License: MIT License
How to extract: Download the ZIP package and extract to a folder of your choice. Launch TE32.exe or TE64.exe depending on your OS.

Optionally, delete unnecessary language files.
Similar/alternative apps: Q-Dir
What's new? See: https://github.com/tablacus/TablacusExplorer/releases
Latest comments
rfithen on 2020-04-20 10:19

Am I msising something? The Devs changelog always says "Some fix". lol.

aazard on 2020-11-26 00:54

Tablacus Explorer is very powerful >>> in the way of plugins (see for yourself)

It can be a simple, but very well made, file manager or mid-weight IDE to replace gVIM/Geany (seriously)

If you want a file manager, explorer commander or QDir are very nice, fast & light with good features

BUT if your a "power user"..YOU WANT THIS APP

aazard on 2020-11-26 00:56

Missing Plugins Link, because that's this apps "thing":
https://tablacus.github.io/TablacusExplorerAddons/

See all

Volumouse v2.15 Updated

Ennovy on 3 May 2024
  • 98KB (uncompressed)
  • Released on 3 May 2024
  • Suggested by Local

Volumouse allows you to control a several system settings with the scroll wheel of your mouse including volume, screen brightness, window transparency, and more. These can be attached to certain events such as when a specific application is in focus or when the mouse is in a certain position (over the taskbar, on the side of the screen, etc.)

The program also allows you to restrict the wheel action to a set of rules for determining when it can changesettings. You can for example use your right mouse wheel, alt/ctrl key, etc. Volume settings for microphone, speakers, and default recording can be attached to any different combination of these.

Category:
Runs on:Win98 / WinME / WinNT / Win2K / WinXP / Vista / Win7 / Win8
Writes settings to: Application folder
Dependencies:
  • Wheel mouse & Sound card
  • Administrator rights (Vista/Win7)
Stealth: ? Yes
License: Freeware
How to extract: Download the ZIP package and extract to a folder of your choice. Launch volumouse.exe.
What's new?
  • Added option to change the monitor brightness/contrast using DDC/CI.
  • Be aware that this feature works properly only if your monitor supports it.
  • If you have multiple monitors, you can select the desired monitor in the 'Advanced Rule Options' window. By default, the primary monitor is selected.
Latest comments
webfork on 2013-02-16 02:58

So lucky to have this. My Lenovo machine has poor volume control buttons that frequently ignore input depending on what application is in focus. Volumouse meanwhile doesn't care: I have the left button + scroll wheel mapped to slowing increasing/decreasing the sound and the right button + scroll wheel mapped to mute and un-mute. Just excellent.

Especially like that it only takes up a little over a meg of RAM.

bankr on 2013-07-17 06:49

Volumouse is my default program for about two yaers already.
Thanks to the author.

bankr on 2013-10-04 18:05

Despite being very handy Volumouse lacks very important feature for me - preset volume levels. I need 11 of them - 1 (100%), 1/2 (50%), 1/2^2 (25%), ..., 1/2^9 (0.195%) and 0. Now I found Volume2. Don't sure whether it can be completely registry-stealth or not (uses HKCU/Run for autorun), at least it saves Config.ini to its folder.
Goodbye Volumouse.
P.S. Still using NirCmd "nircmdc setsysvolume xxxxx" by lnk-files in start-programs menu for setting volume w/o mouse.

See all

FocusWriter v1.8.7 Updated

Ennovy on 3 May 2024
  • 138MB (uncompressed)
  • Released on 2 May 2024
  • Suggested by Pyromaniac

FocusWriter is a full-screen word processor that aims for a distraction-free, immersive way to write and edit. The minimalist interface puts options and tools on the edge of the screen and auto-saves progress. Upon relaunch, the program reloads your last file to make make it easy to jump back into your work.

Alternatively, FocusWriter Portable is stealth and automatically adjusts paths.

Category:
Runs on:Win7 / Win8 / Win10
Writes settings to: Application folder
Stealth: ? No. Leaves multiple Qt-related registry keys.
Unicode support: Yes
License: GNU GPLv3
How to extract: Download "Windows (Portable)" ZIP package and extract to a folder of your choice. Launch FocusWriter.exe.
What's new?
  • FIXED: Did not keep line spacing when pasting plain text
  • Replaced deprecated code
  • Translation updates: Swedish
Latest comments
JohnTHaller on 2013-06-30 17:03

AndTheWolf - It's fixed. Some editors keep pointing to static URLs instead of the download page for some reason. So, when it's updated, the download winds up wrong.

__philippe on 2018-03-31 15:31

Belatedly noticed FocusWriter's hefty 138MB footprint,
a tad rich for an alleged "minimalistic" word processor...;-)

webfork on 2018-04-11 22:29

philippe: true. I'll add a note that the minimalism refers to the interface.

See all