NekoDrone/akivili
ATProto SDK written in Gleam!
{ "createdAt": "2025-08-29T16:06:51Z", "defaultBranch": "main", "description": "ATProto SDK written in Gleam!", "fullName": "NekoDrone/akivili", "homepage": null, "language": "Gleam", "name": "akivili", "pushedAt": "2025-09-01T16:22:14Z", "stargazersCount": 8, "topics": [], "updatedAt": "2025-10-03T06:28:02Z", "url": "https://github.com/NekoDrone/akivili"}Akivili
Section titled “Akivili”Akivili is an ATProto client SDK written in Gleam!
Currently the project exists as a simple HTTP wrapper for the ATProto API. More features to bring it up to parity with the rest of the official TypeScript and Golang SDKs are coming soon!
| Specs | Status |
|---|---|
http_client | ⏳ |
identifiers | ❌ |
bsky | ❌ |
crypto | ❌ |
mst | ❌ |
lexicon | ❌ |
identity | ❌ |
streaming | ❌ |
service_auth | ❌ |
plc | ❌ |
oauth_server | ❌ |
Installation
Section titled “Installation”gleam add akiviliimport akivili
pub fn main() { // TODO: An example of the project in use}Further documentation can be found at https://hexdocs.pm/akivili. (not yet lmao thanks gleam new)
Development
Section titled “Development”gleam run # Run the projectgleam test # Run the testsContributing
Section titled “Contributing”TBD
License
Section titled “License”MIT