How to: Get Tolaria to work on ARM64 processors #611
dennisproppe
started this conversation in
General
Replies: 3 comments
|
This is awesome Dennis! Thank you for sharing. Is everything working well then? Anything that breaks? |
0 replies
|
Up to now it works exactly the same as on my Mac, so very happy with the outcome! |
0 replies
|
Thank you, @dennisproppe, for this detailed guide . Successfully build it for ARM 64 on a ThinkStation PGX running DGX OS (Ubuntu) (NVIDIA DGX Spark - family). However, I found that there are issues with the rendering from WebKit (renders white box) when launching Tolaria normally. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi Everybody,
I am using a Chromebook with an ARM64 Processor and, as there is no package for tolaria available, I built one for me.
The process is straightforward, if one remembers to use pnpm instead of npm to build it:
Building Tolaria for Linux ARM64 on Chromebook (Crostini)
Prerequisites
Install system dependencies:
Install Rust:
Install Node.js via nvm:
Close and reopen the terminal so that nvm is available in PATH.
Install pnpm:
Clone the repo and install dependencies:
Build
The first build takes 20–30 minutes on ARM. When finished, the completed packages are located at:
Install
Launch
All reactions