gretl

gretl 2026b

Software package for econometric analysis

<rendered-html><p>gretl is a cross-platform software package for econometric analysis, written in the C programming language.</p> </rendered-html>

https://gretl.sourceforge.net
GNU General Public License v3.0
programs: gretl, gretlcli, gretl_x11
Platforms (79)
riscv32-nonei686-nonemicroblaze-linuxaarch64_be-nonemips-noneriscv64-nonewasm32-wasip1x86_64-redox
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gretl
];
Ad-hoc shell
nix-shell -p gretl
Flake (nix run)
nix run nixpkgs#gretl