itβs not totally done yet, iβm in the process of migrating servers and refactoring code, so there are still some buggy random sign outs currently, but at least the architecture allows for longer sessions. itβs on my github as `nest`, but again iβm reworking it a bit
05.03.2026 10:44
π 2
π 0
π¬ 0
π 0
due to feedback from users and behaviors i was experiencing, i decided to move to a confidential OAuth client which holds the tokens on the server, negotiates auth for the app, and allows for unlimited sessions so long as the token is refreshed every 180 days
05.03.2026 10:44
π 2
π 0
π¬ 1
π 0
hi! so atproto has 2 OAuth client types: public clients and confidential clients. for about a year catbird was a public OAuth client that connected directly to your PDS (which then proxied requests to the appview)
the problem with this is that sessions only last for 2 weeks with public clients
05.03.2026 10:44
π 2
π 0
π¬ 2
π 0
I found a bug in the new backend causing sign outs, working on a fix now
18.02.2026 16:35
π 1
π 0
π¬ 0
π 0
the delivery service is an XRPC service that uses atproto service auth, seeing what I can do with that
13.02.2026 17:01
π 1
π 2
π¬ 1
π 0
oh yeah of course! it uses MLS/the OpenMLS library under the hood, Iβve got a wrapper for it so I can use it in Swift. the messages are encrypted/decrypted using the library and message history is saved in an sqlcipher db. also still working on the delivery service
13.02.2026 16:58
π 1
π 0
π¬ 1
π 0
something i sort of shipped before it was ready π
it used to kinda work sometimes, I was able to start a few conversations with friends but it breaks eventually. working on revamping it a bit now
13.02.2026 16:29
π 2
π 0
π¬ 1
π 0
a screenshot of the catbird app with the userβs pronouns and website now in their profile
Just a quick updateβyou can now set your pronouns in Catbird!
These are a part of your Bluesky profile record and will be visible across all clients that support the field.
08.02.2026 18:28
π 45
π 8
π¬ 1
π 0
(i will fix this, just hasnβt been a priority)
28.01.2026 13:47
π 4
π 0
π¬ 0
π 0
you guys are just supposed to go βooh and ahhβ and βprettyβ and ignore your phone turning into a nuclear reactor and locking up while it renders the sky with clouds shader
28.01.2026 13:47
π 4
π 0
π¬ 1
π 0
sorry about that. i will try to push out a build to fix that, but in the meantime if you want to try to delete it and reinstall, that should recreate the database
28.01.2026 05:31
π 2
π 0
π¬ 2
π 0
Sorry for the trouble everyone. A working build has been pushed to TestFlight. Youβll have to log in again, but should have longer sessions from now on.
28.01.2026 04:19
π 10
π 2
π¬ 3
π 0
i see, thank you!
11.01.2026 17:58
π 1
π 0
π¬ 0
π 0
it was really bad the first time i published it but i think i had optimized it a little better? things are slightly large but should be tunable via dynamic type. i just got a new computer so itβll get more attention soon
11.01.2026 17:55
π 3
π 0
π¬ 0
π 0
do you have a screenshot of what it looks like on your mac?
11.01.2026 17:52
π 1
π 0
π¬ 1
π 0
not yet i was trying to get it out today but theres a couple more things i want to fix
13.12.2025 03:58
π 2
π 0
π¬ 0
π 0
Thanks everybody for all the crash reports and feedback. It all means a lot.
04.12.2025 23:46
π 2
π 0
π¬ 0
π 0
Hoping this next update is good. Iβve tried to fix a number of things with the post composer, account switching, crashing. It feels much faster and smoother.
Iβm also making positive progress on the MLS group chats, they will probably make it in with an experimental warning.
04.12.2025 23:46
π 7
π 0
π¬ 3
π 0
Itβs not impossible but I donβt see it happening just yet, I have a few other things Iβm trying to do. I started with iOS17 support but I do use a lot of new features now and dropped support. Iβll definitely look into it when I have the chance.
04.12.2025 23:38
π 2
π 0
π¬ 1
π 0
I am not sure if I want to get into confidential clients yet
04.12.2025 23:34
π 2
π 0
π¬ 0
π 0
Iβve remained convinced I have some auth bug but I might just be hitting the limits of public clients (sorry to bring up an old post I have just been trying to do some debugging). It seems like a week and then you have to log in again. Is that right @matthieu.bsky.team ?
04.12.2025 23:34
π 2
π 0
π¬ 1
π 0
Sorry for the long thread. I appreciate all the support!
20.11.2025 16:02
π 3
π 0
π¬ 0
π 0
Still not at a point where I trust its stability, itβs totally possible Iβm over optimistic about a very difficult cryptographic protocol for group chats (MLS) but I have been using the OpenMLS library and am not hand-rolling my own crypto. So, we will see how all that turns out.
20.11.2025 16:02
π 6
π 0
π¬ 2
π 0
but inevitably I have also broken some and donβt want to ship out something worse.
Iβve also been experimenting with E2EE group chat functionality, and if it does end up working I plan on making it optional and opt-in. It would be text-only to start, but support bsky embeds and Tenor GIFs (sorry)
20.11.2025 16:02
π 4
π 0
π¬ 1
π 0
Iβve been a bit quiet on this account for a while, just like to thank people still using it and sticking around. I appreciate all the help and feedback. I tried to do some large-scale refactoring lately, and Iβm just tightening things up. Iβve hopefully improved a number of thingsβ¦
20.11.2025 16:02
π 11
π 0
π¬ 1
π 0
Gah. Sorry. Itβs all in native Swift, I thought I nailed parsing a while ago especially since Swift is UTF-8 native strings, I think probably the issue is something getting messy because I needed to use UIKit for the post composer text box and that uses UTF-16
17.11.2025 12:22
π 2
π 0
π¬ 0
π 0
ah thanks, found a silly bug, itβs featured gated to iOS26 by accident
28.10.2025 15:41
π 2
π 0
π¬ 1
π 0
catbird settings sheet, Advanced setting highlighted
catbird appview service setting sheet
if youβre curious to try the @blackskyweb.xyz AppView, hereβs how you can change your service after logging in:
28.10.2025 14:08
π 43
π 3
π¬ 4
π 1
The update is on TestFlight now. Iβm seeing new bugs already, but you should be able to log in!
28.10.2025 11:01
π 9
π 2
π¬ 1
π 0
Catbird has unfortunately also been hit with this! I'm working on pushing out a fix now.
27.10.2025 23:33
π 14
π 0
π¬ 1
π 1