<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://portableapps.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>PortableApps.com - Portable App Development</title>
 <link>https://portableapps.com/taxonomy/term/5</link>
 <description>Discuss portable app development and modification of existing apps.
</description>
 <language>en</language>
<item>
 <title>Redundant $Bits variable removal</title>
 <link>https://portableapps.com/node/56834</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;With the release of the PortableApps.com Launcher version 2.1, the $Bits variable is set by PAL itself.&lt;br /&gt;
As such, setting this variable in Custom.nsh can be removed for the following applications, see applicable edits to the Custom.nsh files &lt;a href=&quot;https://github.com/PortableApps/AppConfigs/commit/9191bbf9dea19ec2a6b130cb2a7dfd57cb31d7e3&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;7-Zip **&lt;/li&gt;
&lt;li&gt;AkelPad&lt;/li&gt;
&lt;li&gt;Avidemux&lt;/li&gt;
&lt;li&gt;Blender&lt;/li&gt;
&lt;li&gt;Daphne&lt;/li&gt;
&lt;li&gt;KVIrc&lt;/li&gt;
&lt;li&gt;Krita&lt;/li&gt;
&lt;li&gt;Listary&lt;/li&gt;
&lt;li&gt;ProcessHacker&lt;/li&gt;
&lt;li&gt;RapidCRCUnicode&lt;/li&gt;
&lt;li&gt;RawTherapee **&lt;/li&gt;
&lt;li&gt;TEncoder&lt;/li&gt;
&lt;li&gt;UltraDefrag&lt;/li&gt;
&lt;li&gt;VirtualDub&lt;/li&gt;
&lt;li&gt;WaveShop&lt;/li&gt;
&lt;li&gt;WinMTR&lt;/li&gt;
&lt;p&gt;** These applications require moving small pieces of code that were handled within the general code. See the github commit for details.&lt;/p&gt;
&lt;p&gt;This post has been stickied, with applications being removed from the list once updated.&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 29 Sep 2017 01:21:11 +0000</pubDate>
 <dc:creator>Gord Caswell</dc:creator>
 <guid isPermaLink="false">56834 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/56834#comments</comments>
</item>
<item>
 <title>PortableApps.com Application Template 3.5.2 (with default launcher included)</title>
 <link>https://portableapps.com/node/55438</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;&lt;strong&gt;This has been officially released on the &lt;a href=&quot;https://portableapps.com/development&quot; rel=&quot;nofollow&quot;&gt;Development Page&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m testing a new style of PortableApps.com Application Template for use with the PortableApps.com Launcher and Installer.  The old 2.4 release was just the barebones file structure but includes no example config files.  This is of a complete template with config files and a default launcher along with a stub EXE so you can be sure it works by default.&lt;/p&gt;
&lt;p&gt;The configuration is setup with an AppID of AppNamePortable, so it uses AppNamePortable.exe as the default launcher and AppNamePortable.ini as its configuration file.  There are default settings in the INIs for handling config files that exist locally, config directories that exist locally, config files that move between Data and App, config directories that move between Data and App, and registry key config settings.  The necessary lines to handling the moving and backup/restore of local settings as well as portablization of both a standard config file and a .reg file are all included and working for an example app of AppName and ExamplePublisher.  The files are all fully commented and a how to txt file is included in the base directory.  You can start up just by loading an app without even needing to recompile AppNamePortable.exe.  When you&#039;re ready to release, instructions for that are included as well.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://downloads.sourceforge.net/portableapps/PortableApps.com_Application_Template_3.5.2.zip&quot; rel=&quot;nofollow&quot;&gt;Download PortableApps.com Application Template 3.5.2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that I&#039;m still debating splitting this full version out and doing it along with lighter versions based on just registry and one of just files.&lt;/p&gt;
&lt;p&gt;Please test this out, look for any errors, and provide feedback.  Suggestions for this particular format are appreciated as well.  If we do an automated builder based on interactive Q&amp;amp;A, that will be a separate process from this one (and much more complicated), so please no suggestions along those lines for right now.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Release History&lt;/strong&gt;&lt;br /&gt;
3.5.2 (2019-01-08): Added BaseAppID64, fixed grammar and spelling issues&lt;br /&gt;
3.5.1 (2018-10-12): Added WorkingDirectory, BaseAppID, and app icon to help.html&lt;br /&gt;
3.5.0 (2018-05-21): Updated links to https, improved App directory readme, updated versioning&lt;br /&gt;
3.4.1 (2016-11-18): Fixed single word referring to config file instead of registry&lt;br /&gt;
3.4 (2016-11-18): Released and announced as official&lt;br /&gt;
3.4 Dev Test 2 (2016-11-14): Fixes recommended in Gord&#039;s first comment plus default installer.ini&lt;br /&gt;
3.4 Dev Test 1 (2016-11-13): Initial release&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 13 Nov 2016 22:37:43 +0000</pubDate>
 <dc:creator>John T. Haller</dc:creator>
 <guid isPermaLink="false">55438 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/55438#comments</comments>
</item>
<item>
 <title>Creating A Portable App: A Guerilla Field Guide</title>
 <link>https://portableapps.com/node/14868</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;&lt;strong&gt;Introduction:&lt;/strong&gt;&lt;em&gt;Often, somebody will make a post asking for help.    I wrote up a guide real quick for this poster, &lt;a href=&quot;https://portableapps.com/node/14834&quot; rel=&quot;nofollow&quot;&gt;here.&lt;/a&gt;  After a suggestion by r-andom, I re-posted as a forum topic.  If you have a suggestion for the guide, post here.  If you need help portablizing, make a new post in the &lt;a href=&quot;https://portableapps.com/forums/development/portable_app_development&quot; rel=&quot;nofollow&quot;&gt;Portable App Development Forum.&lt;/a&gt;  So, without much more text, I loose the gorilla. . .&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use the search box to find out if someone&#039;s done the work or some of the work for you. &lt;a href=&quot;https://portableapps.com/search&quot; rel=&quot;nofollow&quot;&gt;Search PortableApps.com&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Become familiar with the launchers available.  For instance:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/10907&quot; rel=&quot;nofollow&quot;&gt;X-Chat Portable&lt;/a&gt; redirects the Path, and GTK directories.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/apps/development/notepadpp_portable&quot; rel=&quot;nofollow&quot;&gt;Notepad++ Portable&lt;/a&gt; Moves files and then adjusts them so that any open files from your flash drive will now open on your new host.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/apps/utilities/7-zip_portable&quot; rel=&quot;nofollow&quot;&gt;7-Zip Portable &lt;/a&gt;deals with the registry entries made by 7-zip.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/apps/office/pnotes_portable&quot; rel=&quot;nofollow&quot;&gt;PNotes Portable&lt;/a&gt; Passes a command line variable to the program.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Determine the license.  Is it OSS or another type of license?  If its &lt;a href=&quot;http://en.wikipedia.org/wiki/Open_source_software&quot; rel=&quot;nofollow&quot;&gt;Open Source Software&lt;/a&gt;, you can post all of the launcher and the program on the forums.  Since PortableApps.com is dedicated to OpenSource software, its against the forum rules to post a piece of software that contains closed source (even if you are allowed to redistribute) software.  If its closed source, well, you can post a launcher, similar to what I&#039;ve done &lt;a href=&quot;https://portableapps.com/node/14387&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, &lt;em&gt;&lt;strong&gt;only&lt;/strong&gt;&lt;/em&gt;.  Why is this first?  Well, you have to decide if its worth the work.&lt;/li&gt;
&lt;li&gt;Determine the programing language.  Why?  Well, you have to be careful.  Is it done in:
&lt;ul&gt;
&lt;li&gt;.Net?  Sorry.  While some don&#039;t care, alot of people here despise .Net, as its not installed on all computers. &lt;a href=&quot;https://portableapps.com/node/12730&quot; rel=&quot;nofollow&quot;&gt;See this link&lt;/a&gt; For a whole discussion on the subject of .Net.&lt;/li&gt;
&lt;li&gt;Java? As I understand there&#039;s the &lt;a href=&quot;https://portableapps.com/apps/utilities/java_portable&quot; rel=&quot;nofollow&quot;&gt;Java Portablizer&lt;/a&gt;, but there is not yet an Open Source JRE. So use of Java applications is somehow limited.&lt;br /&gt;
You can study the following application to get an idea of portable Java implementation.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/20219&quot; rel=&quot;nofollow&quot;&gt;Eclipse Portable&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/19271&quot; rel=&quot;nofollow&quot;&gt;RSSOWl Portable&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Get the tools.  Load up- you&#039;ll need them.
&lt;ul&gt;
&lt;li&gt;I whole heartedly suggest the use of &lt;a href=&quot;https://portableapps.com/node/13990&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;HM NIS Edit (Portable)&lt;/strong&gt;&lt;/a&gt;  Select either the download with NSIS included, if you don&#039;t intend to download it separately, or without if you do.  It adjusts properly in both occasions.&lt;/li&gt;
&lt;li&gt;Note also if you wish to use another editor, you can download a portable version of NSIS separately, &lt;a href=&quot;https://portableapps.com/apps/development/nsis_portable&quot; rel=&quot;nofollow&quot;&gt;from here.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://portableapps.com/node/10969&quot; rel=&quot;nofollow&quot;&gt;Regshot&lt;/a&gt;.&lt;/strong&gt; which is used to figure out what changes a program made during the install process.&lt;/li&gt;
&lt;li&gt;Alternately, you can use &lt;a href=&quot;https://portableapps.com/node/14387&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;Process Monitor&lt;/strong&gt;&lt;/a&gt; to figure out what registry entries its reading.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.nirsoft.net/utils/reg_file_from_application.html&quot; rel=&quot;nofollow&quot;&gt;NirSoft RegfromApp&lt;/a&gt; is a small freeware utility that allows you to specify a specific process to monitor.  You can even launch a process with it and monitor those specifically.  It produces a nicer output of what registry entries the program has modified.&lt;/li&gt;
&lt;li&gt;I also suggest picking up &lt;a href=&quot;https://portableapps.com/apps/development/notepadpp_portable&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;Notepad ++ Portable.&lt;/strong&gt;&lt;/a&gt;  Just in case.&lt;/li&gt;
&lt;li&gt;To handle making the icons, use something like &lt;a href=&quot;http://icofx.ro/files&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;IcoFx&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Do your research.  Read up on these topics in the forums:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/development/portableapps.com_format&quot; rel=&quot;nofollow&quot;&gt;The PortableApps Format Specifications&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/apps/development/portableapps.com_installer&quot; rel=&quot;nofollow&quot;&gt;The Official Installer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Feel your head is about to explode?  Mine to, writing all this html. There&#039;s more &lt;img src=&quot;https://portableapps.com/sites/all/modules/smiley/packs/kolobok/biggrin.gif&quot; alt=&quot;Biggrin&quot; /&gt;
&lt;/li&gt;
&lt;li&gt;Download your program.  If you have keyboard loggers, malware protection or anything that runs in the background, consider turning them off before taking a regshot.  Now, fire up regshot and take a regshot of the computer by scanning the C drive, more on that in a minute, before installation.  Go have a cup of coffee or a can of Mountain Dew.  Don&#039;t touch the computer!  You&#039;ll get extra registry entries.&lt;/li&gt;
&lt;li&gt;Install your program and run it a couple of times.  Make sure you do this from a clean install.  If you don&#039;t, you may have skewed results.  Do NOTHING else during this time&lt;/li&gt;
&lt;li&gt;Take second regshot and then compare the results.  Save it a html, it produces a nicer printout then .txt&lt;/li&gt;
&lt;li&gt;Figure out where the program is saving files. Check C:/Documents and Settings/UserName/Application Data for %appdata%.  If you scan the entire C:\ Drive with regshot, those changes should show up.
&lt;/li&gt;
&lt;li&gt;What to do with registry entries:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;HKCU:&lt;/strong&gt;Regshot will show a HCKU modification as HKU\Random Numbers\whatever.  Look for those in HKCU\Software\ and handle them in NSIS as &lt;code&gt;HKEY_CURRENT_USER\Software\Whatever&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Useful Entry: &lt;code&gt;HKU\S-1-5-21-1060284298-823518204-725345543-1003\Software\Texas Instruments\TI Connect\StartUp\&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Useless: HKU\S-1-5-21-1060284298-823518204-725345543-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HKLM:&lt;/strong&gt;HKLM is a branch of the registry that cannot be modified by someone with a Limited account- just an Administrator.  Handle them by double checking that they are needed.  Often, something like &lt;em&gt;InstallDir: whatever&lt;/em&gt; can be ignored.  Else-if those entries really really are needed, you will need to check that the launcher can do it, then launch the software.  If you don&#039;t have the rights, you&#039;ll use a message box to say so and terminate the launcher.  Handle them in NSIS as &lt;code&gt;HKEY_LOCAL_MACHINE\Software\whatever&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HKU:&lt;/strong&gt; You can ignore these.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt; Find a base launcher that deals with those issues.&lt;/li&gt;
&lt;li&gt;Adjust the launcher to reflect the changes you need made&lt;/li&gt;
&lt;li&gt;Compile, test, and adjust&lt;/li&gt;
&lt;li&gt;When it works, drop a note with it in the Beta Testing Forum., using this &lt;a href=&quot;https://portableapps.com/node/11965&quot; rel=&quot;nofollow&quot;&gt;format&lt;/a&gt;.  Let us have at it.  We&#039;ll be glad to &lt;img src=&quot;https://portableapps.com/sites/all/modules/smiley/packs/kolobok/biggrin.gif&quot; alt=&quot;Biggrin&quot; /&gt;&lt;/li&gt;
&lt;p&gt;Well, that about sums it up.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;More General Help&lt;/strong&gt;&lt;br /&gt;
Open Source Software is generally found at &lt;a href=&quot;http://sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;SourceForge&lt;/a&gt;&lt;br /&gt;
You can get general help &lt;a href=&quot;https://portableapps.com/development&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;&lt;br /&gt;
If you have any specific questions, give post, and we&#039;ll be happy to help.&lt;br /&gt;
You can also join us at #portableapps on irc.freenode.net.  You&#039;ll need a IRC client.  You can use X-Chat, Pidgin, or Miranda.  Helpful hints are &lt;a href=&quot;https://portableapps.com/node/10951&quot; rel=&quot;nofollow&quot;&gt;here.&lt;/a&gt;  Don&#039;t want to download a full blown IRC client?  Well, I&#039;m sure you will eventually, but &lt;a href=&quot;https://portableapps.com/support/chat&quot; rel=&quot;nofollow&quot;&gt;here&#039;s a web based IRC client&lt;/a&gt; that&#039;s fast.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks to . . .&lt;/strong&gt;&lt;br /&gt;
r-andom, for his blurb on java\&lt;br /&gt;
MaienM and Bart.S for letting me know about those pesky updates&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Changelog&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;10SEP08&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Updated a few spelling issues&lt;/li&gt;
&lt;li&gt;Added NirSoft RegfromApp&lt;/li&gt;
&lt;li&gt;Updated link to installer thread&lt;/li&gt;
&lt;li&gt;Changed up the way registry was talked about, added examples&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;08APR09&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Add NSIS Portable to the Tools List&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;02OCT09&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Add examples of Portable Java implementation&lt;/li&gt;
&lt;li&gt;Update links to the PA.com format, Installer&lt;/li&gt;
&lt;li&gt;Update link to NSIS Portable&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 01 Aug 2008 00:42:44 +0000</pubDate>
 <dc:creator>OliverK</dc:creator>
 <guid isPermaLink="false">14868 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/14868#comments</comments>
</item>
<item>
 <title>Apps Ready For Official Release, Post Here</title>
 <link>https://portableapps.com/node/11772</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;If you&#039;ve created an app that is currently posted as a Development Test and the following apply:
&lt;ul&gt;
&lt;li&gt;it has been tested by folks and no bugs are found&lt;/li&gt;
&lt;li&gt;it conforms to the guidelines below&lt;/li&gt;
&lt;li&gt;you are willing to support it on an ongoing basis (at least 6 months)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;... then please post a note in this thread.  Please note that this is for the actual authors/packagers only.  Please don&#039;t nominate someone else&#039;s app for inclusion.  &lt;strong&gt;Developers/packagers, you can list up to 10 apps in a single post, but please don&#039;t continuously add new apps to one of the top 10 comments and please don&#039;t remove apps once they are crossed out.  Once a post is within the top 10, we will whittle it down and then move on to the next post.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here are the Development Test guidelines:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Compile the Development Test Splash Screen (from the PA.c Template) into your launcher&lt;/li&gt;
&lt;li&gt;Follow the current &lt;a href=&quot;https://portableapps.com/development/portableapps.com_format&quot; rel=&quot;nofollow&quot;&gt;PortableApps.com Format™&lt;/a&gt; specification.&lt;/li&gt;
&lt;li&gt;Use the current &lt;a href=&quot;https://portableapps.com/apps/development/portableapps.com_installer&quot; rel=&quot;nofollow&quot;&gt;PortableApps.com Installer&lt;/a&gt; (see PortableApps.com Format™ specification for details).&lt;/li&gt;
&lt;li&gt;Doing a new release titled &quot;Dev Test 1&quot; or appropriate number.  The installer should follow the standard naming convention of AppNamePortable_1.2_Dev_Test_1_English.paf.exe&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Posts will be removed as the apps are released.&lt;/p&gt;
&lt;p&gt;Apps that are not in PortableApps.com Format and ready for official release on PortableApps.com will be removed from this thread.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Java and .Net apps delayed&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We won&#039;t be releasing Java or .NET apps just yet.  Java we&#039;re waiting on licensing finalization with Oracle and will shortly have the only fully legal portable Java implementation which we&#039;ll work apps from.  .NET apps are awaiting the new app directory which will have a special section for apps requiring .NET which will be hidden by default and include information on why it won&#039;t work on most public PCs (which are XP and have no .NET installed at all).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/30523&quot; rel=&quot;nofollow&quot;&gt;Bookbinder Portable&lt;/a&gt; (Java) - Gord Caswell&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/27597&quot; rel=&quot;nofollow&quot;&gt;FileKiller&lt;/a&gt; (.NET) - scriptdaemon&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/23570&quot; rel=&quot;nofollow&quot;&gt;Free Rapid Downloader&lt;/a&gt; (Java) - kiriko&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/26226&quot; rel=&quot;nofollow&quot;&gt;FreeCol&lt;/a&gt; (Java) - thesupremecommander&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/10952&quot; rel=&quot;nofollow&quot;&gt;Freemind&lt;/a&gt; (Java) - rab040ma&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/30048&quot; rel=&quot;nofollow&quot;&gt;Makagiga Portable&lt;/a&gt; (Java) - winterblood&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/30573&quot; rel=&quot;nofollow&quot;&gt;Minecraft&lt;/a&gt; (Java)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/26968&quot; rel=&quot;nofollow&quot;&gt;JabRef&lt;/a&gt; (Java) - Gord Caswell&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/30657&quot; rel=&quot;nofollow&quot;&gt;jPDF Tweak&lt;/a&gt; (Java) - Gord Caswell
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/24728&quot; rel=&quot;nofollow&quot;&gt;RSSOwl Portable&lt;/a&gt; - computerfreaker1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/13925&quot; rel=&quot;nofollow&quot;&gt;Screamer Portable&lt;/a&gt; - Nathan9222&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/24703&quot; rel=&quot;nofollow&quot;&gt;Solitaire Settlers of Catan&lt;/a&gt; - dagardner&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/23236&quot; rel=&quot;nofollow&quot;&gt;TuxGuitar&lt;/a&gt; (Java) - dagardner&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portableapps.com/node/23775&quot; rel=&quot;nofollow&quot;&gt;Zekr Portable&lt;/a&gt; - dagardner&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Note: This topic was originally retired but has been revived and we&#039;ve been having developers pickup and revise some older apps that never made it to release.  We&#039;re working on the newer postings quicker, but the old ones are getting picked off one by one as well.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 29 Feb 2008 21:24:45 +0000</pubDate>
 <dc:creator>John T. Haller</dc:creator>
 <guid isPermaLink="false">11772 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/11772#comments</comments>
</item>
<item>
 <title>Forum Guidelines (Portable App Development)</title>
 <link>https://portableapps.com/node/1152</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The portable app development forum is for all development discussion related to portable apps.  Feel free to ask questions on adapting the standard PortableApps NSIS-based launchers used with Portable Firefox, etc with other apps.  Or with help working on any portable development project you wish.  You&#039;ll find more portable apps developers here than anywhere else, so, for most questions, either someone will know outright or at least be able to point you in the right direction.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 14 Mar 2006 08:25:48 +0000</pubDate>
 <dc:creator>John T. Haller</dc:creator>
 <guid isPermaLink="false">1152 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/1152#comments</comments>
</item>
<item>
 <title>Total commander</title>
 <link>https://portableapps.com/node/79899</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Bonjour,&lt;/p&gt;
&lt;p&gt;Je suis surpris de ne pas trouver &quot;Total Commander&quot; en version portable !&lt;/p&gt;
&lt;p&gt;Est-ce dans vos projets ?&lt;/p&gt;
&lt;p&gt;Cordialement,&lt;/p&gt;
&lt;p&gt;helloma22&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 17 Jan 2026 18:18:06 +0000</pubDate>
 <dc:creator>helloma2</dc:creator>
 <guid isPermaLink="false">79899 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79899#comments</comments>
</item>
<item>
 <title>Portable Browsing browser — depricated</title>
 <link>https://portableapps.com/node/79747</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;It hasn&#039;t been updated since 2018 and it&#039;s not working, please mark it as deprecated in the browser/internet section. Thank you&lt;/p&gt;
&lt;p&gt;[&lt;a href=&quot;https://portableapps.com/apps/internet/private_browsing]&quot; rel=&quot;nofollow&quot;&gt;https://portableapps.com/apps/internet/private_browsing]&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 15 Dec 2025 06:33:15 +0000</pubDate>
 <dc:creator>Spazz007</dc:creator>
 <guid isPermaLink="false">79747 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79747#comments</comments>
</item>
<item>
 <title>Extract WiX Bootstrapper</title>
 <link>https://portableapps.com/node/79541</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;How can I extract the contents of a WiX Bootstrapper installer (.exe) from the command line without actually running the installer?&lt;br /&gt;
I want to make online version of: &lt;a href=&quot;https://portableapps.com/node/79524&quot; rel=&quot;nofollow&quot;&gt;https://portableapps.com/node/79524&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 28 Oct 2025 22:49:56 +0000</pubDate>
 <dc:creator>xmha97</dc:creator>
 <guid isPermaLink="false">79541 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79541#comments</comments>
</item>
<item>
 <title>Desperate need of 64bit version of the PortableApp Launcher Creator</title>
 <link>https://portableapps.com/node/79533</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Hi.&lt;br /&gt;
I switched all my apps to portable format on an 64bit os.&lt;br /&gt;
I do not have use of 32bit and i have none 32bit exe. All my apps are 64bit.&lt;br /&gt;
I would like very much to continue using PortableApps but without the 32bit Luncher and i desperate need the 64bit version for the LauncherCreator !&lt;br /&gt;
Where i can download that 64bit ONLY of the LauncherCreator !&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 27 Oct 2025 16:15:10 +0000</pubDate>
 <dc:creator>peterowen</dc:creator>
 <guid isPermaLink="false">79533 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79533#comments</comments>
</item>
<item>
 <title>My Portable Apps</title>
 <link>https://portableapps.com/node/79368</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;I have developed two apps, both are portable&lt;/p&gt;
&lt;p&gt;1) Alternate to Taskbar Toolbars that are removed from Windows 11 (MyShortctzz)&lt;br /&gt;
2) PC Dashboard (Shows Num Lock , Caps Lock, RAM, CPU, etc status in Taskbar Icons)&lt;/p&gt;
&lt;p&gt;Can be checked at:&lt;br /&gt;
&lt;a href=&quot;https://apps.letsexcel.net/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Visit my Website apps.letsexcel.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Admins please review , if they are worthy of adding on your platform &lt;img src=&quot;https://portableapps.com/sites/all/modules/smiley/packs/kolobok/smile.gif&quot; alt=&quot;Smile&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 15 Sep 2025 07:20:23 +0000</pubDate>
 <dc:creator>ather</dc:creator>
 <guid isPermaLink="false">79368 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79368#comments</comments>
</item>
<item>
 <title>请指导我如何使用 PortableApps.com</title>
 <link>https://portableapps.com/node/79251</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Are there any instructions or tutorials for using [PortableApps.com]? I also want to learn how to make portable versions of software.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 14 Aug 2025 09:36:32 +0000</pubDate>
 <dc:creator>LRTAPP</dc:creator>
 <guid isPermaLink="false">79251 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79251#comments</comments>
</item>
<item>
 <title>Balena Etcher help file...</title>
 <link>https://portableapps.com/node/79141</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;In the Etcher help file... it says &quot;balenaEtcher Portable Portable&quot;.&lt;/p&gt;
&lt;p&gt;This is probably my fault. Please fix in future update. :/&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 14 Jul 2025 15:40:19 +0000</pubDate>
 <dc:creator>Peppernrino</dc:creator>
 <guid isPermaLink="false">79141 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79141#comments</comments>
</item>
<item>
 <title>[Fixed] Google Chrome Portable not remembering history and showing profile error</title>
 <link>https://portableapps.com/node/79016</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;&lt;strong&gt;Workaround fix: &lt;a href=&quot;https://portableapps.com/comment/261345#comment-261345&quot; rel=&quot;nofollow&quot;&gt;https://portableapps.com/comment/261345#comment-261345&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Hi! I Use 137.0.7151.104 x64, but when I try Ctrl+H on browser I can not see my history. How to  fix it ?&lt;br /&gt;
(p.s. full administrator rules)&lt;br /&gt;
(p.p.s install directory  is not current, is -  &quot;B:\browser\Google_portable&quot;  )&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 15 Jun 2025 17:21:42 +0000</pubDate>
 <dc:creator>Андрій</dc:creator>
 <guid isPermaLink="false">79016 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/79016#comments</comments>
</item>
<item>
 <title>feature request: a local update history</title>
 <link>https://portableapps.com/node/78871</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;can a locally stored updates history be implemented with the following features?&lt;br /&gt;
A. it just only has to show the name of the PAF and the date + timestamp when it was installed or updated with latest being on the top&lt;br /&gt;
B. use symbols + ^ - for new installation, update and uninstallation at the beginning of each entry&lt;br /&gt;
C. Keep only the latest 30-50 entries&lt;br /&gt;
D. make it accessible from the Help menu in the interface with read only status and a copy button&lt;/p&gt;
&lt;p&gt;that&#039;s all, TYIA&lt;br /&gt;
i guess the updater will also need some updates in order to log it in the data folder preferably in encrypted form&lt;br /&gt;
it will help a lot for security / forensic reasons&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 13 May 2025 22:05:50 +0000</pubDate>
 <dc:creator>ArNaB0SS</dc:creator>
 <guid isPermaLink="false">78871 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/78871#comments</comments>
</item>
<item>
 <title>Online Installer</title>
 <link>https://portableapps.com/node/78483</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Hi, I creating online installer of Obsidian Portable.&lt;br /&gt;
The online installer works well but there are two problems:&lt;br /&gt;
1. The online installer can&#039;t download ARM 64-bit version of Obsidian app.&lt;br /&gt;
2. The online installer downloads the official Obsidian installation file multiple times.&lt;br /&gt;
Please help me.&lt;/p&gt;

&lt;p&gt;You can download and test the my online installer here:&lt;br /&gt;
&lt;a href=&quot;https://github.com/xmha97/PortableApps/releases/tag/obsidian-v1.8.9&quot; rel=&quot;nofollow&quot;&gt;https://github.com/xmha97/PortableApps/releases/tag/obsidian-v1.8.9&lt;/a&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;ini&quot;&gt;[DownloadFiles]
DownloadURL=https://github.com/obsidianmd/obsidian-releases/releases/download/v1.8.9/Obsidian-1.8.9.exe
DownloadName=Obsidian (64-bit)
DownloadFilename=Obsidian-1.8.9.exe
DoubleExtractFilename=$$PLUGINSDIR\app-64.7z
DoubleExtract1To=App\Obsidian-amd64
DoubleExtract1Filter=**
AdditionalInstallSize=266743
DownloadSHA256=045f480fd779784ec647d654d17abb764b60bb1661b142c236f994c6c49e4dfb
Download2URL=https://github.com/obsidianmd/obsidian-releases/releases/download/v1.8.9/Obsidian-1.8.9.exe
Download2Name=Obsidian (32-bit)
Download2Filename=Obsidian-1.8.9.exe
Download2DoubleExtractFilename=$$PLUGINSDIR\app-32.7z
Download2DoubleExtract1To=App\Obsidian-386
Download2DoubleExtract1Filter=**
AdditionalInstallSize=266743
DownloadSHA256=045f480fd779784ec647d654d17abb764b60bb1661b142c236f994c6c49e4dfb
Download3URL=https://github.com/obsidianmd/obsidian-releases/releases/download/v1.8.9/Obsidian-1.8.9.exe
Download3Name=Obsidian (ARM 64-bit)
Download3Filename=Obsidian-1.8.9.exe
Download3DoubleExtractFilename=$$PLUGINSDIR\app-arm64.7z
Download3DoubleExtract1To=App\Obsidian-arm64
Download3DoubleExtract1Filter=**
AdditionalInstallSize=266743
DownloadSHA256=045f480fd779784ec647d654d17abb764b60bb1661b142c236f994c6c49e4dfb
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;Forums: &lt;/h3&gt;&lt;ul class=&quot;links inline&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/forums/development/portable_app_development&quot;&gt;Portable App Development&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 28 Mar 2025 13:59:45 +0000</pubDate>
 <dc:creator>xmha97</dc:creator>
 <guid isPermaLink="false">78483 at https://portableapps.com</guid>
 <comments>https://portableapps.com/node/78483#comments</comments>
</item>
</channel>
</rss>
