fern icon indicating copy to clipboard operation
fern copied to clipboard

[Feature] Offline mode

Open zdunecki opened this issue 1 year ago • 2 comments

Problem description

Currently I'm not able to generate code without network connection. I don't want any trackers to follow me. In many places I need login token or fields like organization.

Why would it be useful?

I want to run code generation locally, without network connection. Additionally I don't want to use any trackers.

Describe the solution (optional)

Easy flags to disable trackers and ability to generate code without network connection. Probably by fixing places where it's unnecessary needed.

zdunecki avatar Jan 13 '24 17:01 zdunecki

hey @zdunecki this is the first time that we've gotten this request -- is this blocking you from using Fern?

dannysheridan avatar Jan 25 '24 14:01 dannysheridan

@dannysheridan

For production-ready usage - yes.

Maybe not necessarily full offline mode but I'd to use fern without your cloud(remote) solutions.

It also means the interface is fit for this usage (for example fields like organization would not needed), or CLI is better fit for that without tons of custom commands to make this work.

I make small contributions to fern that may help with that but maybe you have a better idea for that. For example, I can image something like fern --offline (for example).

zdunecki avatar Jan 25 '24 15:01 zdunecki