Skip to content

Instantly share code, notes, and snippets.

View lejeunecedric's full-sized avatar

Cedric Lejeune lejeunecedric

  • HOLLI, Splectrum, EclairColor, Unified Pixels
  • Grenoble, France
  • 07:06 (UTC +01:00)
  • X @CLVPTY
View GitHub Profile
@kevinmichaelchen
kevinmichaelchen / openclaw-variants-matrix-notes.md
Last active March 5, 2026 09:14
OpenClaw variants: shallow comparison + Matrix multi-device retrofit notes

OpenClaw Variants: Shallow Comparison + Matrix Retrofit Notes

Last updated: 2026-02-16

Scope

This note focuses on OpenClaw and close variants, with emphasis on:

  • Retrofitting popular Rust variants for Matrix-based multi-device coordination
  • Practical benefits of using multiple machines (Synology NAS + Mac Mini + 3 Raspberry Pi)

Quick Snapshot (Shallow)

@aforsythe
aforsythe / install_ctl.csh
Created April 20, 2018 21:13
Shell script to install CTL and ACES transforms
#!/usr/bin/env bash
# Shell script to install homebrew, git, CTL, the latest release of the ACES CTL
# transforms, and all dependancies.
# Install Homebrew if it's not installed or do a brew update if it is
if type brew 2>/dev/null; then
brew update
else
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"