<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb" -->

---
title: Skyscraper brings Bluesky to the Linux terminal | daily.dev
description: Skyscraper is an open-source terminal client for Bluesky, written in Rust by developer Cameron Banga. It supports core features like timeline browsing,...
canonical: https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Skyscraper brings Bluesky to the Linux terminal | daily.dev
og:description: Skyscraper is an open-source terminal client for Bluesky, written in Rust by developer Cameron Banga. It supports core features like timeline browsing,...
og:url: https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb
og:image: https://api.daily.dev/og/posts/DJILiTBEb.png
og:image:alt: Skyscraper brings Bluesky to the Linux terminal
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Skyscraper brings Bluesky to the Linux terminal

**[omg\! ubuntu\!](https://daily.dev/sources/omgub)** · 5 min read · 1 upvotes · 0 comments

## Summary

Skyscraper is an open-source terminal client for Bluesky, written in Rust by developer Cameron Banga. It supports core features like timeline browsing, posting, replies, reposts, likes, and profile viewing via a keyboard-driven TUI. Though primarily targeting macOS via Homebrew, it compiles easily on Ubuntu. The post walks through building it from source on Ubuntu 24.04 LTS, covering dependencies, Cargo build steps, and first-run authentication using Bluesky app passwords. Alternatives like bsky (Go-based) and Perch (Rust-based, supports Mastodon too) are also mentioned.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.omgubuntu.co.uk/2026/04/skyscraper-bluesky-terminal-client-linux>

## Similar posts on daily.dev

- [GitHub - FormerLab/fortransky: We built a terminal-only Bluesky / AT Protocol client written in Fortran, with a Rust native firehose decoder for the relay-raw stream path. Yes, that Fortran.](https://daily.dev/posts/github---formerlab-fortransky-we-built-a-terminal-only-bluesky-at-protocol-client-written-in-fort-klyabqi7u) · Hacker News · 1 upvotes · 0 comments
- [rocksky.app/rocksky](https://daily.dev/posts/rocksky-app-rocksky-pji0e2ku9) · Hacker News · 1 upvotes · 0 comments
- [Skyview](https://daily.dev/posts/skyview-da33orqlz) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#linux](https://daily.dev/tags/linux), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Skyscraper brings Bluesky to the Linux terminal","url":"https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb"},"datePublished":"2026-04-04T01:53:08.514Z","dateModified":"2026-04-04T01:53:38.551Z","description":"Skyscraper is an open-source terminal client for Bluesky, written in Rust by developer Cameron Banga. It supports core features like timeline browsing,...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/d212e2aaaeed4bee96e11753d41bf64a?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/d212e2aaaeed4bee96e11753d41bf64a?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"omg! ubuntu!","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"omg! ubuntu!","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/79e495adb3c3425785b9be27969a2562","url":"https://daily.dev/sources/omgub"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/skyscraper-brings-bluesky-to-the-linux-terminal-djilitbeb","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"open-source,linux,rust","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"omg! ubuntu!","item":"https://daily.dev/sources/omgub"},{"@type":"ListItem","position":3,"name":"Skyscraper brings Bluesky to the Linux terminal"}]}
```

