Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyteidev/flux-editor
A minimalist and lightweight code editor made with Tauri.
https://github.com/kyteidev/flux-editor
code-editor lightweight minimalist rust tauri typescript web
Last synced: about 13 hours ago
JSON representation
A minimalist and lightweight code editor made with Tauri.
- Host: GitHub
- URL: https://github.com/kyteidev/flux-editor
- Owner: kyteidev
- License: gpl-3.0
- Created: 2024-06-27T08:42:04.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2025-02-08T20:06:21.000Z (6 days ago)
- Last Synced: 2025-02-08T21:19:38.301Z (6 days ago)
- Topics: code-editor, lightweight, minimalist, rust, tauri, typescript, web
- Language: TypeScript
- Homepage: https://fluxeditor.github.io
- Size: 6.79 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![Flux-Editor](https://socialify.git.ci/kyteidev/Flux-Editor/image?description=1&font=Source+Code+Pro&issues=1&language=1&logo=https%3A%2F%2Fgithub.com%2Fkyteidev%2FFlux-Editor%2Fblob%2Fdev%2Fimages%2FFluxEditorLogo.png%3Fraw%3Dtrue&name=1&owner=1&pattern=Circuit+Board&pulls=1&stargazers=1&theme=Auto)
> [!NOTE]
> This project is still in beta. Expect bugs and unfinished features.## Screenshots
![]()
![]()
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Known Issues](#known-issues)
- [Contributors](#contributors)
- [Contributing](#contributing)
- [Credits](#credits)
- [Copyright and Licenses](#license)- Syntax highlighting
- Built-in file browser
- Built-in terminal
- Code suggestions (soon)
- Git integration (partially complete)
- Incredibly lightweight
- Minimalist UI
- Tiny binary
- No bloat
- and many more!You can find built binaries in the [Releases](https://github.com/kyteidev/FluxEditor/releases) page.
> [!WARNING]
> I don't have an Apple Developer account yet. You may encounter a dialog that says Apple cannot verify this app or something similar. Click **Okay**, then go to **System Settings** > **Privacy and Security**, scroll down and click **Open Anyway**.
> If you don't trust the builds, you can always build Flux Editor from source. See [CONTRIBUTING.md](https://github.com/kyteidev/FluxEditor/blob/dev/CONTRIBUTING.md) for instructions)- Caret height is not correct on the first line in the editor (probably webview issue)
- Terminal will reset when closing all tabs or opening first tab
- Settings not working properlySee [CONTRIBUTING.md](https://github.com/kyteidev/FluxEditor/blob/dev/CONTRIBUTING.md).
- Syntax highlighting is powered by PrismJS
- The search bar was inspired by VSCode and ZedCopyright © 2024-2025 [kyteidev](https://github.com/kyteidev/). Licensed under [GNU General Public License v3.0](https://github.com/kyteidev/FluxEditor/blob/dev/LICENSE).
The original designer of the Flux Editor Logo is [kyteidev](https://github.com/kyteidev/).
The Flux Editor Logo and its color variants are available under the [Creative Commons Attribution-NonCommercial-ShareAlike License](https://creativecommons.org/licenses/by-nc-sa/4.0/).