Ethiopian Calendar (ባሕረ-ሐሳብ) desktop app, CLI, and HTTP API for date conversion and religious festival lookup.

Features

  • GUI desktop app built with Fyne — date converter and Bahire-Hasab festival lookup
  • Convert between Ethiopian and Gregorian calendars
  • Ethiopian religious festival and fasting dates (Bahire-Hasab)
  • Bundled Ethiopic font for Amharic rendering
  • CLI, HTTP API, and Go library
  • Pre-built binaries for macOS, Linux, and Windows

Technical Stack

Go Fyne GUI CLI REST API

Usage

# Download (no Go required)
# See https://github.com/yinebebt/ethiocal/releases

# Or install with Go
go install github.com/yinebebt/ethiocal@latest

# Launch GUI
ethiocal

# CLI: get religious dates
ethiocal bahir 2017

# CLI: convert dates
ethiocal convert gtoe 2025 2 2
ethiocal convert etog 2017 5 25

# HTTP API
ethiocal --server

GitHub · Download · Documentation