<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									macOS - Run multiple instances of an application - Apple/Mac Hardware				            </title>
            <link>https://www.tweaking4all.com/forum/applemac-hardware/macos-run-multiple-instances-of-an-application/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Apr 2026 20:44:55 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>macOS - Run multiple instances of an application</title>
                        <link>https://www.tweaking4all.com/forum/applemac-hardware/macos-run-multiple-instances-of-an-application/#post-5082</link>
                        <pubDate>Thu, 28 Sep 2023 10:06:23 +0000</pubDate>
                        <description><![CDATA[Sometimes, it&#039;s rare, I know, we need multiple instances open of a given application.MacOS by default will not let you do this but with the following trick you can do this from terminal by u...]]></description>
                        <content:encoded><![CDATA[<p>Sometimes, it's rare, I know, we need multiple instances open of a given application.<br />MacOS by default will not let you do this but with the following trick you can do this from terminal by using the "open" statement with the "-n" parameter (n = new instance).</p>
<p>For example, we can open TextEdit with the following statement in Terminal (Applications -&gt; Utilities -&gt; Terminal):</p>
<pre contenteditable="false">open /System/Applications/TextEdit.app</pre>
<p>if we want to open another instance of TextEdit, then we can do that with:</p>
<pre contenteditable="false">open -n /System/Applications/TextEdit.app</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/applemac-hardware/">Apple/Mac Hardware</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/applemac-hardware/macos-run-multiple-instances-of-an-application/#post-5082</guid>
                    </item>
							        </channel>
        </rss>
		