Firefox Private Browsing
Please add the "Firefox Private Browsing" icon to the portable version of Firefox.
- Read more about Firefox Private Browsing
- 2 comments
- Log in or register to post comments
New: Aegisub (Jan 19, 2026), Platform 30.1.3 (Nov 17, 2025)
1,400+ portable packages, 1.2 billion downloads
Happy New Year! Please donate to support us in 2026!
Discuss portable app development and modification of existing apps.
Please add the "Firefox Private Browsing" icon to the portable version of Firefox.
Hi, The portable version of the LosslessCut app can be improved.
LosslessCutPortable.ini:
[Launch]
ProgramExecutable=LosslessCut\LosslessCut.exe
➖ ;WorkingDirectory=%PAL:AppDir%\LosslessCut
➕ CommandLineArguments=--user-data-dir=%PAL:DataDir%\AppData
DirectoryMoveOK=yes
SupportsUNC=yes
➖ [DirectoriesMove]
➖ LosslessCutAppData=%APPDATA%\LosslessCut
⋮
This command line can be used for all Electron apps.
Thanks.
Please forgive me if this has been answered/documented somewhere. I have looked and couldn't find anything.
TLDR
I have coded a new feature and would like to know how to submit it to be considered for inclusion in PortableAppsPlatform.
Details
I was looking for a way to set environment variables (specifically the PATH) globally for all the portable apps I use. I know i can modify them for each individual app, but it saves a lot of trouble by doing it in one place.
Dear PortableApps Developers,
It came to my attention, that PortablApps has some pretty huge security issues, that could be easily avoided, if the person responsible for updating portable apps had just a smudge of understanding what an update on other than MS Windows system is and how it differs.
There is of course the second matter of abandoned apps and a complete mess with the choice of apps presented to the end user, with complete disregard over their privacy and security.
Hi,
Download QOwnnotes from https://portableapps.com/apps/office/qownnotes-portable
However it doesn't work in Windows 32-BIT OSes
Could someone please check and fix it?
Thanks
Because of old habits mostly I have since the beginning named my portable apps in the form of PortableFirefox (as an example). The portable apps platform nor the manual updater does not accept this right away but wants the form FirefoxPortable (no space). If I don't use this form the platform will not update the apps.
Is there any way I can "fix" this as I would like to keep my naming in the form of PortableFirefox or at least PortableFirefox?
Hi, I noticed that the PA.c Launcher allows you to configure a custom icon to be associated with files through the FileTypeIcons section.
really... where are simple .zip files?^
as if having "installers for portable" (which is nonsense on its own... but tolerated while it was optional, which does not seem to be anymore) but who was the [slur removed by mod JTH] person that tought it was a good idea to make the installer automatically select between 32bit and 64bit?
so now its impossible to "install the 32bit" on 64bit windows?????
really.. i dont think it can get any more dumb than that luls...
I'm working on making a Java program run in a PortableApps Launcher (specifically Ghidra). The problem I see so far is that this program specifically needs to be run in a JDK environment, and doesn't work with just JRE.
I notice that PortableApps executable containers can simply be unzipped, but also possibly there are switches to do it according to your standards, so I would like know the best way to do this in PowerShell. i.e. I want to *silently* deploy some app:
$7z = "D:\MyDownloads\7zipPortable.exe"
if (Test-Path $7z) { & $7z [whatever-switches-required] [install-directory-of-my-choice] }
Would appreciate any advice on the correct / most efficient way to do this for multiple packages?