Installation
EasyBite v0.3.0+ is distributed as native binaries and installers for Windows, macOS, and Linux, with no additional runtime dependencies.
Windows
MSI Installer (recommended)
- Download
easybite-<version>-windows-x86_64.msi
from the official downloads page. - Double‑click the
.msi
and follow the installer wizard. - The installer will automatically add EasyBite to your
PATH
.
ZIP Archive (optional)
- Download
easybite-<version>-windows-x86_64.zip
from the official downloads page. - Unzip the archive.
- (Optional) Move
easybite.exe
into a directory on yourPATH
(e.g.C:\Program Files\EasyBite\
).
macOS
- Download
easybite-<version>-macos-x86_64.tar.gz
from the official downloads page. - Extract:
tar -xzf easybite-<version>-macos-x86_64.tar.gz
- Move the
easybite
binary into yourPATH
, for example:sudo mv easybite /usr/local/bin/
Linux
- Download
easybite-<version>-linux-x86_64.tar.gz
from the official downloads page. - Extract:
tar -xzf easybite-<version>-linux-x86_64.tar.gz
- Move the
easybite
binary into yourPATH
, for example:sudo mv easybite /usr/local/bin/
(Optional) Install via Cargo
If you have the Rust toolchain installed:
cargo install easybite
easybite --version
Legacy Versions (v0.1.0 & v0.2.0)
Early releases of EasyBite (v0.1.0 and v0.2.0) were built on .NET Framework 4.6+. If you need one of these versions:
- Visit the Legacy Downloads section.
- Choose the Windows
.msi
(bundles .NET 4.6+) or the ZIP + separate .NET installer:- Option A: Run the bundled
.msi
. - Option B: Download and install .NET Framework 4.6+, then unzip the CLI.
- Option A: Run the bundled
Syntax Highlighting
Full syntax highlighting for .bite
files is available via the EasyBite extension for Visual Studio Code:
- Open VS Code and go to Extensions (
Ctrl+Shift+X
/Cmd+Shift+X
). - Search for EasyBite and click Install.
- Open any
.bite
file to activate highlighting and snippets.
Or install manually from GitHub releases:
code --install-extension easybite-<version>.vsix
You can even download the extension via VS Code EasyBite
extension marketplace or from Market Place of Microsoft
If you run into any issues, reach out at muhammadgoni51@gmail.com.