This package browser is in early development. Mind the rough edges.

okteta

Hexadecimal editor for binary files

Okteta is a simple editor for the raw data of files. This type of program is also called hex editor or binary editor.

The data is displayed in the traditional view with two columns: one with the numeric values and one with the assigned characters. Editing can be done both in the value column and the character column. Besides the usual editing capabilities Okteta also brings a small set of tools, like a table listing decodings into common simple data types, a table listing all possible bytes with its character and value equivalents, a info view with a statistic and a filter tool. All modifications to the data loaded can be endlessly undone or redone.

Installation

Install the latest version of okteta as follows:

guix install okteta

Or install a particular version:

guix install okteta@0.26.15

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of okteta about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/okteta'><img src='https://packages.guix.gnu.org/packages/okteta/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/okteta/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/okteta)

Example Org:

[[https://packages.guix.gnu.org/packages/okteta][https://packages.guix.gnu.org/packages/okteta/badges/latest-version.svg]]