Download
Marquee's binaries, each checked against its SHA-256 checksum: the screen on Debian 13 (Linux amd64 and arm64), the Mac (arm64 and amd64).
Version v1.0.0
The step-by-step details are in the guide's Installing the screen and Installing the Mac service chapters.
What's in version 1
Marquee has only had one version so far: here's everything it brings.
- The screen and its pages: a fixed rail (time, date, weather, freshness) that never reacts to touch, a stage that switches between Music and Projects — Music when a track is playing, Projects otherwise — and the Keys page, Stream Deck style, as soon as a machine is known.
- Music: Music Assistant built in — the cover art tints the interface; play, pause, previous, next, volume, favorites, and your choice of speaker, the Mac itself included; a paused track stays on screen, with the key that resumes it.
- Sound you can see: a real spectrum, a bar graph or a VU needle, in monochrome or green/yellow/red by level; a swipe changes the mode, a long press changes the color.
- Keys and
ecran-agent: each Mac declares its keys — an application or a command — throughecran-agent(TCP 8098) and itsconfig.json, with their icon and their live state. - Nothing goes stale without saying so: the rail shows its freshness, a Projects window can show the age of its figures past five minutes, and a weather reading that gets old wears its age before going quiet, past three hours.
- The machine's health: CPU, RAM and network gauges in the rail, and the weather from Open-Meteo (temperature, feels-like, low, high, wind), with no key and no account.
The binaries
| Binary | Status | Link | Checksum |
|---|---|---|---|
ecran-atelier-linux-amd64x86 mini PC, Debian 13 |
tested | Download | 6c7f3f92f047ddd1b921054bab8bf1e37b026e49789e86f7b961925e799f7e76 |
ecran-atelier-linux-arm64Raspberry Pi, Debian 13 |
built, not yet tested on Raspberry Pi | Download | 5b80ae93b2548f470b2d1e0452fa4abab04dd68b2c3a61d3f39633529d084524 |
ecran-agent-darwin-arm64Apple silicon Mac |
tested | Download | a6e61abcd2e2f1584affd32b7ae3d21fa24bb06e198906fb9a2d3b17bc4eedbe |
ecran-agent-darwin-amd64Intel Mac |
built, not yet tested | Download | 68956dfcd57ef7d6f1498f9969a9f654d3a82fd7b8c92b6c3bf8905e8dc45faf |
Download and verify
Fetch the binary for your target and the checksum file, then check one against the other.
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/ecran-atelier-linux-amd64
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/ecran-atelier-linux-arm64
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/ecran-agent-darwin-arm64
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/SHA256SUMS
shasum -a 256 -c SHA256SUMS --ignore-missing
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/ecran-agent-darwin-amd64
curl -fLO https://marquee.yg-devworks.com/telechargements/v1.0.0/SHA256SUMS
shasum -a 256 -c SHA256SUMS --ignore-missing
The last command must answer OK for the file you downloaded. If it says anything else, stop right there: the file isn't the one that was published. The rest of the installation is in the Installing the screen and Installing the Mac service chapters.
The binaries aren't signed with an Apple Developer ID: macOS refuses to run ecran-agent until its quarantine has been lifted. Once the checksum is verified, the steps are in the Installing the Mac service chapter.
Terms of use
Marquee is free. The code is not published: what you download here are the binaries, not the repository. It is provided as is, without warranty of any kind, including as to its operation or its fitness for a particular purpose. You install and use it at your own risk.