Skip to content

Releases: MarkoVcode/BenchMesh

BenchMesh 0.0.51

10 Oct 21:29

Choose a tag to compare

BenchMesh Release 0.0.51

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.51.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.30

10 Oct 16:31

Choose a tag to compare

BenchMesh Release 0.0.30

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.30.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.20

09 Oct 17:11

Choose a tag to compare

BenchMesh Release 0.0.20

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.20.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.19

09 Oct 16:58

Choose a tag to compare

BenchMesh Release 0.0.19

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.19.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.12

09 Oct 07:52

Choose a tag to compare

BenchMesh Release 0.0.12

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.12.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.11

09 Oct 07:45

Choose a tag to compare

BenchMesh Release 0.0.11

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.11.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.8

09 Oct 07:30

Choose a tag to compare

BenchMesh Release 0.0.8

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.8.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.7

08 Oct 23:39

Choose a tag to compare

BenchMesh Release 0.0.7

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.7.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication

BenchMesh 0.0.5

08 Oct 23:18

Choose a tag to compare

BenchMesh Release 0.0.5

Downloads

Electron Desktop Applications

  • Linux: AppImage (portable) or .deb (Debian/Ubuntu installer)
  • Windows: .exe installer or portable
  • macOS: .dmg (drag-and-drop) or .zip

Self-Hosted Web Application

  • Download benchmesh-web-0.0.5.tar.gz
  • Extract and run ./start.sh

Installation

Electron App:

  • Linux: chmod +x BenchMesh-*.AppImage && ./BenchMesh-*.AppImage
  • Windows: Run the installer or portable .exe
  • macOS: Open .dmg and drag to Applications

Self-Hosted:

tar -xzf benchmesh-web-*.tar.gz
cd benchmesh
npm install
cd benchmesh-serial-service && pip install -r requirements.txt
cd .. && ./start.sh

What's New

See CHANGELOG.md for details.

Requirements

  • Python 3.8+
  • Node.js 18+ (development only for self-hosted)
  • Serial port access for instrument communication