meshtastic/docs/software/python/standalone.md
Ric Letson 7239be9b1b
Remove 'double click' reference from windows instructions
Double clicking simply causes the command prompt to flash open and immediately close.
2022-02-28 17:19:14 -07:00

2 KiB

id title sidebar_label
python-standalone Meshtastic-python standalone executable Standalone

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

There are standalone executable files for Mac, Windows and Ubuntu. A single file is all you need to run the command line interface (CLI) Meshtastic tool. There is a zip file per operating system. To use, see the operating system specific notes below:

They can be found on the Releases page.

<Tabs groupId="operating-system" defaultValue="windows" values={[ {label: 'Ubuntu', value: 'ubuntu'}, {label: 'macOS', value: 'macos'}, {label: 'Windows', value: 'windows'}, ]}>

  • Download meshtastic_ubuntu

  • Run the following command to make the file executable:

chmod +x meshtastic_ubuntu
  • To run the cli:
./meshtastic_ubuntu

:::tip Copy (or move) this binary somewhere in your path. :::

  • Download meshtastic_mac

  • Run the following command to make the file executable:

chmod +x meshtastic_mac
  • Try to run it:
./meshtastic_mac

:::note You may get a dialog that says: "meshtastic" can't be opened because Apple cannot check it for malicious software. :::

  • To fix, go into "System Preferences", "Security & Privacy", "General" tab, and click on the "Allow Anyway" button.

  • Try to run it again:

./meshtastic_mac

:::note You may get a dialog that says: "meshtastic" can't be opened because Apple cannot check it for malicious software. Click "Open". :::

  • Now when you want to run it, you can simply run:
./meshtastic_mac

:::tip Copy (or move) this binary somewhere in your path. :::

  • Download meshtastic_windows

  • Rename to meshtastic_windows.exe

  • To run, open a windows command prompt, navigate to the location of the executable and run:

meshtastic_windows.exe