Email or username:

Password:

Forgot your password?
dansup

You can build the Pixelfed APK yourself, using this one liner 😎

git clone github.com/pixelfed/pixelfed-r pxrn && cd pxrn && npm install && cd android && ./gradleW assembleDebug

The APK will be in android/app/build/outputs/apk/debug/

5 comments
Laxystem (Masto/Glitch)

@dansup ah.

Wouldn't that make PixelFed immediately outdated on Android tho? Cause you only have Material 2 support?

Lennart Petersson

@dansup @pixelfed Can I build for iOS also, with Xcode? I have developer license and can push to my local phone.

Go Up