github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/root/DOWNLOAD.inc.md (about) 1 {{ if env "DOCGEN_TARGET=vuepress" }} 2 {{ if env "DOCGEN_TARGET=ignore-prefix" }} 3 ### {{ end }}icon: terminal 4 5 --- 6 {{ end }}<h1>Download Murex</h1> 7 8 [](DOWNLOAD.md) 9 10 {{ if env "DOCGEN_TARGET=" }}<h2>Table of Contents</h2> 11 12 <div id="toc"> 13 14 - [Download Links](#download-links) 15 - [Darwin (macOS)](#darwin-macos) 16 - [Linux](#linux) 17 - [Windows](#windows) 18 - [BSD's](#bsds) 19 - [DragonflyBSD](#dragonflybsd) 20 - [FreeBSD](#freebsd) 21 - [NetBSD](#netbsd) 22 - [OpenBSD](#openbsd) 23 - [Solaris](#solaris) 24 - [Plan 9](#plan-9) 25 - [Install Instructions](#install-instructions) 26 - [Linux / UNIX / macOS Instructions](#linux--unix--macos-instructions) 27 - [Windows Instructions](#windows-instructions) 28 29 </div> 30 {{ end }} 31 ## Download Links 32 33 Below are the instructions to download a pre-compiled binary via HTTPS. If you 34 wish to install from source or use your preferred package manager, then please 35 refer to the [INSTALL](INSTALL.md) page for further instructions. 36 37 ### Darwin (macOS) 38 39 The `arm64` builds support the ARM-based M1 processor. Older Macs will need to 40 run `amd64`. Murex is also available on Homebrew and MacPorts. 41 42 * [murex-darwin-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-darwin-amd64.gz) 43 * [murex-darwin-arm64.gz](https://nojs.murex.rocks/bin/latest/murex-darwin-amd64.gz) 44 45 ### Linux 46 47 * [murex-linux-386.gz](https://nojs.murex.rocks/bin/latest/murex-linux-386.gz) 48 * [murex-linux-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-linux-amd64.gz) 49 * [murex-linux-arm.gz](https://nojs.murex.rocks/bin/latest/murex-linux-arm.gz) 50 * [murex-linux-arm64.gz](https://nojs.murex.rocks/bin/latest/murex-linux-arm64.gz) 51 52 ### Windows 53 54 * [murex-windows-386.exe.zip](https://nojs.murex.rocks/bin/latest/murex-windows-386.exe.zip) 55 * [murex-windows-amd64.exe.zip](https://nojs.murex.rocks/bin/latest/murex-windows-amd64.exe.zip) 56 57 ### BSD's 58 59 #### DragonflyBSD 60 * [murex-dragonfly-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-dragonfly-amd64.gz) 61 62 #### FreeBSD 63 64 * [murex-freebsd-386.gz](https://nojs.murex.rocks/bin/latest/murex-freebsd-386.gz) 65 * [murex-freebsd-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-freebsd-amd64.gz) 66 * [murex-freebsd-arm.gz](https://nojs.murex.rocks/bin/latest/murex-freebsd-arm.gz) 67 * [murex-freebsd-arm64.gz](https://nojs.murex.rocks/bin/latest/murex-freebsd-arm64.gz) 68 69 #### NetBSD 70 71 * [murex-netbsd-386.gz](https://nojs.murex.rocks/bin/latest/murex-netbsd-386.gz) 72 * [murex-netbsd-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-netbsd-amd64.gz) 73 * [murex-netbsd-arm.gz](https://nojs.murex.rocks/bin/latest/murex-netbsd-arm.gz) 74 * [murex-netbsd-arm64.gz](https://nojs.murex.rocks/bin/latest/murex-netbsd-arm64.gz) 75 76 #### OpenBSD 77 78 * [murex-openbsd-386.gz](https://nojs.murex.rocks/bin/latest/murex-openbsd-386.gz) 79 * [murex-openbsd-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-openbsd-amd64.gz) 80 * [murex-openbsd-arm.gz](https://nojs.murex.rocks/bin/latest/murex-openbsd-arm.gz) 81 * [murex-openbsd-arm64.gz](https://nojs.murex.rocks/bin/latest/murex-openbsd-arm64.gz) 82 83 ### Solaris 84 85 This build should be treated as experimental however unlike the other 86 experimental builds (Plan 9 and Windows), Solaris is at least POSIX compliant 87 so expect fewer issues than on the non-POSIX platforms. 88 89 * [murex-solaris-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-solaris-amd64.gz) 90 91 ### Plan 9 92 93 Plan9 is untested. The code compiles and it is syscall compatible with Plan9 94 operating systems, however you may experience bugs using Murex on Plan9. If 95 you do encounter any issues then please raise them at: 96 [github.com/lmorg/murex/issues](https://github.com/lmorg/murex/issues) 97 98 * [murex-plan9-386.gz](https://nojs.murex.rocks/bin/latest/murex-plan9-386.gz) 99 * [murex-plan9-amd64.gz](https://nojs.murex.rocks/bin/latest/murex-plan9-amd64.gz) 100 * [murex-plan9-arm.gz](https://nojs.murex.rocks/bin/latest/murex-plan9-arm.gz) 101 102 ## Install Instructions 103 104 ### Linux / UNIX / macOS Instructions 105 106 Please download the appropriate `.gz` file from the list above, one that 107 matches both your OS and CPU architecture. 108 109 For example, to download a 64bit version for Linux: 110 111 ``` 112 wget https://nojs.murex.rocks/bin/latest/murex-linux-amd64.gz 113 gunzip murex-linux-amd64.gz 114 chmod +x murex-linux-amd64 115 ./murex-linux-amd64 116 ``` 117 118 > macOS builds are listed as [darwin](https://en.wikipedia.org/wiki/Darwin_(operating_system)) 119 > as per the name of Apple have given to their [underlying OS](https://en.wikipedia.org/wiki/MacOS#Architecture). 120 121 Most of these builds have received _some_ level of user acceptance testing with 122 Linux and macOS builds receiving the most attention, because that's what we use 123 ourselves. 124 125 ### Windows Instructions 126 127 Click the Windows link that matches your CPU architecture. Unzip using your 128 preferred too then launch using your preferred console. Murex cannot be 129 started via double clicking the executable -- it requires a starting from 130 within an existing console session. 131 132 Please also note that Windows support is also considered experimental. In part 133 due to the lack of **coreutils** (as seen on Linux and UNIX) and in part due to 134 the different underpinning technologies behind consoles / terminal emulators. 135 If you do experience some wonky behavior then our recommendation is to run the 136 `linux-amd64` build for Linux on top of WSL. The instructions above will guide 137 you through installing on Linux, WSL install instructions can be found at the 138 following site: [docs.microsoft.com/en-us/windows/wsl/install-win10](https://docs.microsoft.com/en-us/windows/wsl/install-win10)