Skip to content

Issue #2041: Link to our GitHub from the Software page. #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ There are two main ways of running Medley: accessing it online in a web browser
* [Access Medley Online](access-online): how to access Medley running on our servers using your web browser.
* [Install and Run](install-and-run): how to set Medley up on your computer, and (re)start each time.

Once you are up and running, see "[Using Medley](using-medley)" for some basics and pointers to other documentation.
Once you are up and running, see "[Using Medley](using-medley)" for some basics and pointers to other documentation. Our GitHub repositories are [here](https://github.com/interlisp/).

* [Run Medley in the browser](http://wasm.interlisp.org/medley.html)

We are making a build of Medley run in the browser, an experimental port based on the Maiko virtual machine compiled to WebAssembly with Emscripten. To end a session just close the browser tab.
We are working on a build of Medley that runs in the browser, an experimental port based on the Maiko virtual machine compiled to WebAssembly with Emscripten. To end a session just close the browser tab.

We don't recommend this build as it doesn't support a file system and **can't save files**. We acknowledge these limitations and are exploring alternate approaches to running Medley online or in the browser. We welcome help and feedback.
7 changes: 2 additions & 5 deletions content/en/software/install-and-run/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ weight: 10
type: docs
---

Packaged releases of Medley are available for Linux (most recent distros), MacOS and Windows 10/11. Both x86_64 and Arm64 systems are supported (as well as Arm7 - e.g., Raspberry Pi - for Linux). Instructions for installing and running Medley on these platforms are linked below.

Medley is capable of running on a variety of other OSes including FreeBSD and Solaris as well as on other CPU architectures including i386, SPARC, PowerPC, and Risc-V. To install and run Medley on these platforms, you will need to build Medley (and its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on github.com. Instructions for building Medley and Maiko can be be found on github in the [*readme* for Maiko](https://github.com/interlisp/maiko) and the [*readme* for Medley](https://github.com/interlisp/medley).


Packaged releases of Medley are available for Linux (most recent distros), macOS and Windows 10/11. Both x86_64 and ARM64 systems are supported (as well as ARM7 - e.g., Raspberry Pi - for Linux). Instructions for installing and running Medley on these platforms are linked below.

Medley is capable of running on a variety of other OSes including FreeBSD and Solaris, as well as on other CPU architectures including i386, SPARC, PowerPC, and RISC-V. To install and run Medley on these platforms, you will need to build Medley (and, optionally, its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on [GitHub.com](https://github.com/interlisp/). Instructions for building Medley and Maiko can be found on GitHub in the [*README* for Maiko](https://github.com/interlisp/maiko) and the [*README* for Medley](https://github.com/interlisp/medley).