</code></pre><divclass="line-numbers"aria-hidden="true"><divclass="line-number"></div></div></div><h3id="use-as-sh"tabindex="-1"><aclass="header-anchor"href="#use-as-sh"aria-hidden="true">#</a> Use <code>as.sh</code></h3><p>You can install Arthas with one single line command on Linux, Unix, and Mac. Pls. copy the following command and paste it into the command line, then press <em>Enter</em> to run:</p><divclass="language-bash ext-sh line-numbers-mode"><preclass="language-bash"><code><spanclass="token function">curl</span><spanclass="token parameter variable">-L</span> https://arthas.aliyun.com/install.sh <spanclass="token operator">|</span><spanclass="token function">sh</span>
</code></pre><divclass="line-numbers"aria-hidden="true"><divclass="line-number"></div></div></div><p>The command above will download the bootstrap script <code>as.sh</code> to the current directory. You can move it to any other place you want, or put its location in <code>$PATH</code>.</p><p>You can enter its interactive interface by executing <code>as.sh</code>, or execute <code>as.sh -h</code> for more help information.</p><h2id="full-installation"tabindex="-1"><aclass="header-anchor"href="#full-installation"aria-hidden="true">#</a> Full installation</h2><p>Latest Version, Click To Download: <ahref="https://arthas.aliyun.com/download/latest_version"target="_blank"rel="noopener noreferrer"><imgsrc="https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square"alt=""title="Arthas"><span><svgclass="external-link-icon"xmlns="http://www.w3.org/2000/svg"aria-hidden="true"focusable="false"x="0px"y="0px"viewbox="0 0 100 100"width="15"height="15"><pathfill="currentColor"d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygonfill="currentColor"points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><spanclass="external-link-icon-sr-only">open in new window</span></span></a></p><p>Download and unzip, find <code>arthas-boot.jar</code> in the directory. Start with <code>java</code> command:</p><divclass="language-bash ext-sh line-numbers-mode"><preclass="language-bash"><code><spanclass="token function">java</span><spanclass="token parameter variable">-jar</span> arthas-boot.jar
</code></pre><divclass="line-numbers"aria-hidden="true"><divclass="line-number"></div></div></div><h2id="manual-installation"tabindex="-1"><aclass="header-anchor"href="#manual-installation"aria-hidden="true">#</a> Manual Installation</h2><p><ahref="/en/doc/manual-install.html"class="">Manual Installation</a></p><h2id="installation-via-packages"tabindex="-1"><aclass="header-anchor"href="#installation-via-packages"aria-hidden="true">#</a> Installation via Packages</h2><p>Arthas has packages for Debian and Fedora based systems. you can get them from the github releases page https://github.com/alibaba/arthas/releases.</p><h3id="instruction-for-debian-based-systems"tabindex="-1"><aclass="header-anchor"href="#instruction-for-debian-based-systems"aria-hidden="true">#</a> Instruction for Debian based systems</h3><divclass="language-bash ext-sh line-numbers-mode"><preclass="language-bash"><code><spanclass="token function">sudo</span> dpkg <spanclass="token parameter variable">-i</span> arthas*.deb
</code></pre><divclass="line-numbers"aria-hidden="true"><divclass="line-number"></div></div></div><h3id="instruction-for-fedora-based-systems"tabindex="-1"><aclass="header-anchor"href="#instruction-for-fedora-based-systems"aria-hidden="true">#</a> Instruction for Fedora based systems</h3><divclass="language-bash ext-sh line-numbers-mode"><preclass="language-bash"><code><spanclass="token function">sudo</span><spanclass="token function">rpm</span><spanclass="token parameter variable">-i</span> arthas*.rpm
</code></pre><divclass="line-numbers"aria-hidden="true"><divclass="line-number"></div></div></div><h3id="usage"tabindex="-1"><aclass="header-anchor"href="#usage"aria-hidden="true">#</a> Usage</h3><p>After the installation of packages, execute</p><divclass="language-bash ext-sh line-numbers-mode"><preclass="language-bash"><code>as.sh
</code></pre><divclass="line-numbers"aria-hidden="true"><divclass="line-number"></div></div></div><h2id="offline-help-documentation"tabindex="-1"><aclass="header-anchor"href="#offline-help-documentation"aria-hidden="true">#</a> Offline Help Documentation</h2><p>Latest Version Documentation, Click To Download:<ahref="https://arthas.aliyun.com/download/doc/latest_version"target="_blank"rel="noopener noreferrer"><imgsrc="https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square"alt=""title="Arthas"><span><svgclass="external-link-icon"xmlns="http://www.w3.org/2000/svg"aria-hidden="true"focusable="false"x="0px"y="0px"viewbox="0 0 100 100"width="15"height="15"><pathfill="currentColor"d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygonfill="currentColor"points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><spanclass="external-link-icon-sr-only">open in new window</span></span></a></p><h2id="uninstall"tabindex="-1"><aclass="header-anchor"href="#uninstall"aria-hidden="true">#</a> Uninstall</h2><ul><li><p>On Linux/Unix/Mac, delete the files with the following command:</p><divclass="language-bash ext-sh line-numbers-mode"><preclass="language-bash"><code><spanclass="token function">rm</span><spanclass="token parameter variable">-rf</span> ~/.arthas/