2025-08-12 11:04:53 +00:00
2025-08-05 17:49:29 +01:00
2025-08-12 11:03:25 +01:00
2025-08-12 11:03:25 +01:00
2025-08-04 09:21:29 +00:00
2025-08-12 11:03:25 +01:00
2025-08-04 10:05:43 +01:00
2025-08-04 10:05:43 +01:00
2025-08-10 07:15:36 +01:00
2025-08-12 11:04:53 +00:00

Linux Windows Darwin FreeBSD image

the XMPP client from hell

it's 10% code. 20% ai

Experimental and extremely weird XMPP client written in Go. No solicitors.

pi is currently pre-pre-pre-pre alpha software which you should not use as your primary XMPP client.

pi uses Fyne for the frontend and uses the Oasis SDK by Joseph Winkie for XMPP functionality.

pi is an extremely opinionated client. It aims to have as little extra windows as possible, instead using alt-menus to perform many of the actions you'd see in a typical client.

διαμόρφωση

(configuration)

When you launch pi, you will be greeted with a create account screen. You will then be able to enter your XMPP account details and then relaunch the application to log in.

If you want to add MUCs or DMs, you must configure the program by editing the pi.xml file. Here is an example configuration:

<piConfig>
	<Login>
		<Host>example.com:5222</Host>
		<User>user@example.com</User>
		<Password>123456789</Password>
		<DisplayName>sunglocto</DisplayName>
		<TLSoff>false</TLSoff>
		<StartTLS>true</StartTLS>
		<MucsToJoin>room1@muc.example.com</MucsToJoin>
		<MucsToJoin>room2@muc.example.com</MucsToJoin>
	</Login>
	<Notifications>true</Notifications>
	<DMs>person1@example.com</DMs>
</piConfig>

The file is usually located at, on GNU/Linux systems:

~/.config/fyne/pi-im/Documents/pi.xml

This will be changed eventually, likely before a 3b release.

Currently joining and saving DM tabs is not supported, nor is getting avatars, reactions or encryption.

As of writing, pi supports basic message sending and receiving, replies, file upload and corrections.

να χτίσω

(building)

To build pi, you will need the latest version of Go, at least 1.21. You can grab it here.

The build instructions are very simple. Simply clone the repo, fetch the repositories and build the program.

Here is a summary of the commands you would need to use:

git clone https://github.com/sunglocto/pi-im
cd pi-im
go mod tidy
go build .
./pi-im

Uh, Windows???

The commands above should be virtually identical, aside from changing ./pi-im to pi-im.exe. If you compile it, it will most likely work with no issues: image

Static executable snapshots are also provided for GNU/Linux systems on every new version, and CI runs on every commit, producing a binary on every successful build, for Linux, Windows and MacOS.

You're welcome.

εγκατάσταση

(installation)

Pi currently has no consolidated way of installing it. There is an Arch User Repository package available, which is maintained by snit.

υποστήριξη

(support)

You can file an issue and explain the problem you are having.

If you would like a more instant method of communication, join the pi XMPP room.

μαρτυρίες

(testimonials) From fellow insane and schizophrenic XMPP users:

anyways this is your "just IM" client things ig.

this looks like shit

fyne is the best UI toolkit (sarcastic)

i am going to explode you

pi devstream when

image image

επιπλέον

(extra)

Pi version numbers are the digits of Pi followed by a letter indicating the phase of development the program is in.

For example, the version string:

3.14a

Is the third version produced in the alpha phase.

The digits of Pi will reset back to 3 when moving to a new phase.

If the number gets too long, it will reset to one digit of 2π. Once that gets too long, it will be digits of 3π and etc.

Named after Psi.

Description
the XMPP client from hell
Readme AGPL-3.0 35 MiB
3.142a Latest
2025-08-10 08:50:24 +00:00
Languages
Go 100%