Silex version history
10 releases tracked, newest first.
v3.8.0
Jun 16, 2026- Desktop app now auto-updates on Windows, macOS, and Linux.
- Added background image setting in Decorations panel.
- New filter to find modified styles in the search bar.
- Windows support for local development added.
7 downloads
v3.8.0-canary.2
Pre-releaseJun 11, 2026## What's Changed
### Bug Fixes
- CSS variables: target the active Style Manager rule, not the component default (#1715) ([grapesjs-css-variables](https://github.com/silexlabs/grapesjs-css-variables)) - Alex Hoyau
- Styling the body: match body selectors against the canvas wrapper class ([grapesjs-advanced-selector](https://github.com/silexlabs/grapesjs-advanced-selector)) - Alex Hoyau
- Autosave never re-enables on fast/empty project loads ([silex-lib](https://github.com/silexlabs/silex-lib)) - Alex Hoyau
- Style of the "filter styles" search bar ([silex-lib](https://github.com/silexlabs/silex-lib)) - Alex Hoyau
- Desktop auto-update now works on all platforms: versioned artifacts, signed updater bundles, fixed update metadata (#1714, #1723) (monorepo) - Alex Hoyau
### For Contributors
- Local development now works on Windows (#1718): build scripts are cross-platform in all packages ([silex-lib#23](https://github.com/silexlabs/silex-lib/pull/23) and others) - Alex Hoyau
- Dashboard dev build fixed (TinaCMS peer dependencies) ([silex-dashboard](https://github.com/silexlabs/silex-dashboard)) - Alex Hoyau
- More reliable npm publishing (OIDC trusted publishers with
7 downloads
v3.8.0-canary.1
Pre-releaseMay 22, 2026## What's Changed
### Other Changes
- update docs pointer (monorepo) - Alex Hoyau
### Contributors
- Alex Hoyau
### Try it
This is a **pre-release** intended for testing: https://canary.silex.me
### Downloads
| Platform | Server (CLI) | Desktop App |
|----------|-------------|-------------|
| Linux x64 | [silex-server-linux-amd64](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/silex-server-linux-amd64) | [.deb](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/Silex_0.1.0_amd64.deb) · [.rpm](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/Silex-0.1.0-1.x86_64.rpm) |
| macOS ARM | [silex-server-macos-arm64](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/silex-server-macos-arm64) | [.dmg](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/Silex_0.1.0_aarch64.dmg) |
| macOS x64 | [silex-server-macos-x64](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/silex-server-macos-x64) | [.dmg](https://github.com/silexlabs/Silex/releases/download/v3.8.0-canary.1/Silex_0.1.0_x64.dmg) |
| Windows x64 | [silex-server-windows-amd64.exe](https://githu
6 downloads
v3.8.0-canary.0
Pre-releaseMay 16, 2026## What's Changed
### Features
- add modified styles filter inside search bar (#3) ([grapesjs-filter-styles](https://github.com/silexlabs/grapesjs-filter-styles)) - Ola Mohamed
- implement grapesjs-ai-capabilities plugin to discover tools ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
### Bug Fixes
- fix links to artifacts (monorepo) - Alex Hoyau
- don't open external sites in tauri's webview (e.g templates) ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- better simpler styles for the block panel ([silex-lib](https://github.com/silexlabs/silex-lib)) - Alex Hoyau
### Other Changes
- Merge lexoyo/ux and lexoyo/docs into main (#1707) (monorepo) - Alex Hoyau
- merge lexoyo/docs into main ([grapesjs-advanced-selector](https://github.com/silexlabs/grapesjs-advanced-selector)) - Alex Hoyau
- merge lexoyo/ux into main ([grapesjs-advanced-selector](https://github.com/silexlabs/grapesjs-advanced-selector)) - Alex Hoyau
- Release v1.5.2 (#4) ([grapesjs-advanced-selector](https://github.com/silexlabs/grapesjs-advanced-selector)) - Alex Hoyau
- Release v0.2.2 (#4) ([grapesjs-data-source](https://github.com/silexla
6 downloads
v3.7.3
May 16, 2026# Silex v3.7.3 — CSS Variables and many bug fixes
CSS Variables plugin lays the foundation for themeable templates and upcoming dark mode. Plus MCP integration for AI agents and a long list of bug fixes.
## 🎨 New plugin: CSS Variables (foundation for theming)
`@silexlabs/grapesjs-css-variables` lets you define and reference CSS custom properties (variables) directly from the style manager.
Why this matters:
- **Theme-able templates** — build a template once with named variables (`--primary-color`, `--font-heading`, etc.), then adapt it to a brand identity in seconds by just changing variable values
- **Dark mode foundation** — variables are the standard way to implement light/dark themes; Silex now has the primitive needed
## 🤖 MCP / AI Integration
Silex exposes editing capabilities through the [Model Context Protocol](https://modelcontextprotocol.io) so AI agents can interact with selectors, styles, and content. Available standalone (stdio) and embedded in the editor.
## 🐛 Notable Fixes
- WebKitGTK drag-and-drop now works (Linux usability)
- FTP save when `src/` folder doesn't exist (#1644)
- "Default styles missing randomly" — root cause fixed
- El
6 downloads
v3.7.3-canary.4
Pre-releaseApr 3, 2026## What's Changed
### Features
- glitchtip telemetry in silex-desktop (monorepo) - Alex Hoyau
- expose AI capabilities ([silex-lib](https://github.com/silexlabs/silex-lib)) - Alex Hoyau
### Bug Fixes
- #1673 #1644 #1669, upgrade deps (monorepo) - Alex Hoyau
- UX of default styles #1673 (monorepo) - Alex Hoyau
- changelog script with -canary in prerelease versiosn (monorepo) - Alex Hoyau
- CSS editor lets users style :hover without selector #1643 ([grapesjs-advanced-selector](https://github.com/silexlabs/grapesjs-advanced-selector)) - Alex Hoyau
- Saving fails if src/ folder does not exist on FTP #1644 ([silex-lib](https://github.com/silexlabs/silex-lib)) - Alex Hoyau
- Incorrect code selection/editing in Settings ([silex-lib](https://github.com/silexlabs/silex-lib)) - Alex Hoyau
### Other Changes
- Remove Windows preinstall CI workflow (monorepo) - Wassim Triki
- Follow-up: align script style and CI shell on Windows (monorepo) - Wassim Triki
- Improve yarn guard message (monorepo) - Wassim Triki
- CI: verify preinstall guard on Windows (monorepo) - Wassim Triki
- Make preinstall yarn check cross-platform (monorepo) - Wassim Triki
- Enable OIDC publishin
6 downloads
v3.7.3-canary.3
Pre-releaseMar 17, 2026## What's Changed
### Features
- expose AI capabilities ([grapesjs-advanced-selector](https://github.com/silexlabs/grapesjs-advanced-selector)) - Alex Hoyau
- support stdio for mcp, this is useful for agents to contribute to silex and test it without reconnect ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- auto update chore: splash screen ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- more mcp tools ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- dashboard ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- mcp server ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- list websites, add: dashboard 2026 silex site ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- mcp server embeded in the app ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- native welcome script and app menu ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- basic tauri app with silex editor in a window ([silex-desktop](https://github.com/silexlabs/silex-desktop)) - Alex Hoyau
- bett
6 downloads
v3.7.3-canary.1
Pre-releaseMar 3, 2026A new canary version of Silex is available.
This release introduces a major step forward for styling workflows in Silex, with native CSS Variables support. It also includes selector stability improvements and architectural groundwork for upcoming AI / MCP capabilities.
This is a CANARY release and is intended for testing.
---
## 🚀 CSS Variables are now first-class in Silex
Silex now includes a dedicated **CSS Variables manager**, enabling real design system workflows directly inside the editor.
You can now:
- Define and manage CSS custom properties (e.g. `--primary`, `--spacing-lg`)
- Use variables directly from the Style Manager
- Assign `var(--token)` values without manual typing
- Define responsive variables per breakpoint
- Centralize colors, sizes, and typography tokens
This unlocks:
- Consistent branding across templates
- Easier global redesigns
- Cleaner long-term maintenance
- Agency-grade design system workflows
This is one of the most important foundations for the upcoming major release.
---
## Advanced Selector Manager Improvements
Styling behavior has been significantly stabilized.
Fixes include:
- Correct handling o
0 downloads
v3.7.0
Jan 27, 2026Silex **v3.7.0** is now available.
This release contains important product updates, mainly focused on templates and CMS integrations
v3.7.0 marks an important step toward a more production-ready and template-driven Silex. Templates are an important steps:
* no more blanck page syndrom
* supports a new, community-funded model to sustain template and styling development, which is not covered by [Internet 2000](https://internet2000.net/) as the rest of the dev has been
---
## Highlights
### Templates & Project Duplication
Silex now offers a complete workflow around templates and project reuse.
- A site can now be duplicated
- Duplicating a site creates a new project with:
- the same pages
- the same styles
- the same CMS connections
- This makes it possible to:
- start a new project from an existing site
- use templates as real production starters
Recent fixes also improved the template onboarding experience:
- Fixed first publish failing on newly forked templates
- Fixed incorrect redirect when forking a template
- Improved the overall **fork → build → publish** workflow
This is especially important with the ongoing **Silex templat
0 downloads
v3.6.0-canary.2
Pre-releaseJan 7, 2026# Silex v3.6.0-canary.2
A new canary version of Silex is available on
https://canary.silex.me
This release contains changes compared to **v3.6.0-canary.1**.
It mainly adds support for multiple CMS backend types and improves the expressions editor and project duplication workflow.
This is a CANARY release and is intended for testing.
---
## Changes since v3.6.0-canary.1
### CMS Backends (backend types)
- Added backend types:
- Strapi
- Supabase
- WordPress
- Generic GraphQL
- Backend types affect how data is exposed in expressions:
- Irrelevant fields are hidden
- Only backend-specific properties are shown
- Added default settings per backend type
- Added a button to reset backend type settings to defaults
---
### Expressions & Filters
- Fixed LiquidJS date filter errors
- Fixed sorting issues in state lists
- Fixed Chrome UI issues in expression completion dropdowns
- Added keyboard navigation to switch between static and dynamic values
- Fixed expression popin positioning issues
- Fixed clear button not working in some cases
---
### Templates / Duplicate a Site
- A site can now be duplicated
- Duplicating a site
0 downloads